aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hugetlbfs')
-rw-r--r--fs/hugetlbfs/inode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c
index 3a5b4e923455..4665c26171f7 100644
--- a/fs/hugetlbfs/inode.c
+++ b/fs/hugetlbfs/inode.c
@@ -723,10 +723,10 @@ void hugetlb_put_quota(struct address_space *mapping)
723 } 723 }
724} 724}
725 725
726static struct super_block *hugetlbfs_get_sb(struct file_system_type *fs_type, 726static int hugetlbfs_get_sb(struct file_system_type *fs_type,
727 int flags, const char *dev_name, void *data) 727 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
728{ 728{
729 return get_sb_nodev(fs_type, flags, data, hugetlbfs_fill_super); 729 return get_sb_nodev(fs_type, flags, data, hugetlbfs_fill_super, mnt);
730} 730}
731 731
732static struct file_system_type hugetlbfs_fs_type = { 732static struct file_system_type hugetlbfs_fs_type = {