]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/filesystems/vfs.txt
[PATCH] NOMMU: Make futexes work under NOMMU conditions
[linux-2.6-omap-h63xx.git] / Documentation / filesystems / vfs.txt
index 9d3aed628bc19a2a4c00c698ecdfe6d1377c6f8d..1cb7e8be927ad55acdd739bd31439096d9c55d5d 100644 (file)
@@ -113,8 +113,8 @@ members are defined:
 struct file_system_type {
        const char *name;
        int fs_flags;
-        struct int (*get_sb) (struct file_system_type *, int,
-                              const char *, void *, struct vfsmount *);
+        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;