[PATCH] VFS: Permit filesystem to override root dentry on mount
[linux-2.6-block.git] / Documentation / filesystems / vfs.txt
index 3a2e5520c1e3af38ea2ff91dc13a15d17f24aac0..dd7d0dcedc872f28bb32b02137b8aa898855ec4e 100644 (file)
@@ -113,8 +113,8 @@ members are defined:
 struct file_system_type {
        const char *name;
        int fs_flags;
-        struct super_block *(*get_sb) (struct file_system_type *, int,
-                                       const char *, void *);
+        struct int (*get_sb) (struct file_system_type *, int,
+                              const char *, void *, struct vfsmount *);
         void (*kill_sb) (struct super_block *);
         struct module *owner;
         struct file_system_type * next;