diff options
Diffstat (limited to 'fs/fuse/inode.c')
-rw-r--r-- | fs/fuse/inode.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/fuse/inode.c b/fs/fuse/inode.c index 7627022446b2..c91f0a50aadb 100644 --- a/fs/fuse/inode.c +++ b/fs/fuse/inode.c | |||
@@ -569,11 +569,11 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent) | |||
569 | return err; | 569 | return err; |
570 | } | 570 | } |
571 | 571 | ||
572 | static struct super_block *fuse_get_sb(struct file_system_type *fs_type, | 572 | static int fuse_get_sb(struct file_system_type *fs_type, |
573 | int flags, const char *dev_name, | 573 | int flags, const char *dev_name, |
574 | void *raw_data) | 574 | void *raw_data, struct vfsmount *mnt) |
575 | { | 575 | { |
576 | return get_sb_nodev(fs_type, flags, raw_data, fuse_fill_super); | 576 | return get_sb_nodev(fs_type, flags, raw_data, fuse_fill_super, mnt); |
577 | } | 577 | } |
578 | 578 | ||
579 | static struct file_system_type fuse_fs_type = { | 579 | static struct file_system_type fuse_fs_type = { |