]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/fs.h
beginning of transtion: ->mount()
[net-next-2.6.git] / include / linux / fs.h
index 1c73b50e81ffbb2f67014e93fdbc0143a414b7ff..c6b474311690ee324193e02d6c4ddba24840312a 100644 (file)
@@ -1772,6 +1772,8 @@ struct file_system_type {
        int fs_flags;
        int (*get_sb) (struct file_system_type *, int,
                       const char *, void *, struct vfsmount *);
+       struct dentry *(*mount) (struct file_system_type *, int,
+                      const char *, void *);
        void (*kill_sb) (struct super_block *);
        struct module *owner;
        struct file_system_type * next;