aboutsummaryrefslogtreecommitdiffstats
path: root/fs/freevxfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/freevxfs')
-rw-r--r--fs/freevxfs/vxfs_super.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/freevxfs/vxfs_super.c b/fs/freevxfs/vxfs_super.c
index b44c916d24a1..d76eeaafbde2 100644
--- a/fs/freevxfs/vxfs_super.c
+++ b/fs/freevxfs/vxfs_super.c
@@ -241,10 +241,11 @@ out:
241/* 241/*
242 * The usual module blurb. 242 * The usual module blurb.
243 */ 243 */
244static struct super_block *vxfs_get_sb(struct file_system_type *fs_type, 244static int vxfs_get_sb(struct file_system_type *fs_type,
245 int flags, const char *dev_name, void *data) 245 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
246{ 246{
247 return get_sb_bdev(fs_type, flags, dev_name, data, vxfs_fill_super); 247 return get_sb_bdev(fs_type, flags, dev_name, data, vxfs_fill_super,
248 mnt);
248} 249}
249 250
250static struct file_system_type vxfs_fs_type = { 251static struct file_system_type vxfs_fs_type = {