[PATCH] restore sane ->umount_begin() API
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -242,10 +242,9 @@ struct inode *fuse_iget(struct super_block *sb, unsigned long nodeid,
|
||||
return inode;
|
||||
}
|
||||
|
||||
static void fuse_umount_begin(struct vfsmount *vfsmnt, int flags)
|
||||
static void fuse_umount_begin(struct super_block *sb)
|
||||
{
|
||||
if (flags & MNT_FORCE)
|
||||
fuse_abort_conn(get_fuse_conn_super(vfsmnt->mnt_sb));
|
||||
fuse_abort_conn(get_fuse_conn_super(sb));
|
||||
}
|
||||
|
||||
static void fuse_send_destroy(struct fuse_conn *fc)
|
||||
|
Reference in New Issue
Block a user