]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/freevxfs/vxfs_super.c
[PATCH] VFS: Permit filesystem to override root dentry on mount
[mv-sheeva.git] / fs / freevxfs / vxfs_super.c
index b44c916d24a187f84e78db662c564dd98b818a09..d76eeaafbde2ecffd0a820fc4df464abcbbffc09 100644 (file)
@@ -241,10 +241,11 @@ out:
 /*
  * The usual module blurb.
  */
-static struct super_block *vxfs_get_sb(struct file_system_type *fs_type,
-       int flags, const char *dev_name, void *data)
+static int vxfs_get_sb(struct file_system_type *fs_type,
+       int flags, const char *dev_name, void *data, struct vfsmount *mnt)
 {
-       return get_sb_bdev(fs_type, flags, dev_name, data, vxfs_fill_super);
+       return get_sb_bdev(fs_type, flags, dev_name, data, vxfs_fill_super,
+                          mnt);
 }
 
 static struct file_system_type vxfs_fs_type = {