aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ufs/super.c')
-rw-r--r--fs/ufs/super.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ufs/super.c b/fs/ufs/super.c
index db98a4c71e63..768fb8d9e67a 100644
--- a/fs/ufs/super.c
+++ b/fs/ufs/super.c
@@ -1311,10 +1311,10 @@ out:
1311 1311
1312#endif 1312#endif
1313 1313
1314static struct super_block *ufs_get_sb(struct file_system_type *fs_type, 1314static int ufs_get_sb(struct file_system_type *fs_type,
1315 int flags, const char *dev_name, void *data) 1315 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
1316{ 1316{
1317 return get_sb_bdev(fs_type, flags, dev_name, data, ufs_fill_super); 1317 return get_sb_bdev(fs_type, flags, dev_name, data, ufs_fill_super, mnt);
1318} 1318}
1319 1319
1320static struct file_system_type ufs_fs_type = { 1320static struct file_system_type ufs_fs_type = {