aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfs')
-rw-r--r--fs/hfs/super.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/hfs/super.c b/fs/hfs/super.c
index 1181d116117d..ee5b80a409e8 100644
--- a/fs/hfs/super.c
+++ b/fs/hfs/super.c
@@ -413,10 +413,11 @@ bail:
413 return res; 413 return res;
414} 414}
415 415
416static struct super_block *hfs_get_sb(struct file_system_type *fs_type, 416static int hfs_get_sb(struct file_system_type *fs_type,
417 int flags, const char *dev_name, void *data) 417 int flags, const char *dev_name, void *data,
418 struct vfsmount *mnt)
418{ 419{
419 return get_sb_bdev(fs_type, flags, dev_name, data, hfs_fill_super); 420 return get_sb_bdev(fs_type, flags, dev_name, data, hfs_fill_super, mnt);
420} 421}
421 422
422static struct file_system_type hfs_fs_type = { 423static struct file_system_type hfs_fs_type = {