aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hpfs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hpfs/super.c')
-rw-r--r--fs/hpfs/super.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/hpfs/super.c b/fs/hpfs/super.c
index d72d8c87c996..3b25cf3e2e65 100644
--- a/fs/hpfs/super.c
+++ b/fs/hpfs/super.c
@@ -662,10 +662,11 @@ bail0:
662 return -EINVAL; 662 return -EINVAL;
663} 663}
664 664
665static struct super_block *hpfs_get_sb(struct file_system_type *fs_type, 665static int hpfs_get_sb(struct file_system_type *fs_type,
666 int flags, const char *dev_name, void *data) 666 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
667{ 667{
668 return get_sb_bdev(fs_type, flags, dev_name, data, hpfs_fill_super); 668 return get_sb_bdev(fs_type, flags, dev_name, data, hpfs_fill_super,
669 mnt);
669} 670}
670 671
671static struct file_system_type hpfs_fs_type = { 672static struct file_system_type hpfs_fs_type = {