]> Git Repo - linux.git/blobdiff - drivers/usb/gadget/inode.c
[PATCH] VFS: Permit filesystem to override root dentry on mount
[linux.git] / drivers / usb / gadget / inode.c
index aef0722b8f170104a898e2d556b6e67bba8418fb..3bdc5e3ba2346a588d518339de3bc31f5834520d 100644 (file)
@@ -2070,11 +2070,11 @@ enomem0:
 }
 
 /* "mount -t gadgetfs path /dev/gadget" ends up here */
-static struct super_block *
+static int
 gadgetfs_get_sb (struct file_system_type *t, int flags,
-               const char *path, void *opts)
+               const char *path, void *opts, struct vfsmount *mnt)
 {
-       return get_sb_single (t, flags, opts, gadgetfs_fill_super);
+       return get_sb_single (t, flags, opts, gadgetfs_fill_super, mnt);
 }
 
 static void
This page took 0.02732 seconds and 4 git commands to generate.