diff options
Diffstat (limited to 'fs/bfs/inode.c')
-rw-r--r-- | fs/bfs/inode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/bfs/inode.c b/fs/bfs/inode.c index 55a7a78332f8..e7da03f63a5a 100644 --- a/fs/bfs/inode.c +++ b/fs/bfs/inode.c | |||
@@ -410,10 +410,10 @@ out: | |||
410 | return -EINVAL; | 410 | return -EINVAL; |
411 | } | 411 | } |
412 | 412 | ||
413 | static struct super_block *bfs_get_sb(struct file_system_type *fs_type, | 413 | static int bfs_get_sb(struct file_system_type *fs_type, |
414 | int flags, const char *dev_name, void *data) | 414 | int flags, const char *dev_name, void *data, struct vfsmount *mnt) |
415 | { | 415 | { |
416 | return get_sb_bdev(fs_type, flags, dev_name, data, bfs_fill_super); | 416 | return get_sb_bdev(fs_type, flags, dev_name, data, bfs_fill_super, mnt); |
417 | } | 417 | } |
418 | 418 | ||
419 | static struct file_system_type bfs_fs_type = { | 419 | static struct file_system_type bfs_fs_type = { |