Loading Documentation/filesystems/vfs.txt +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ members are defined: struct file_system_type { const char *name; int fs_flags; struct dentry (*mount) (struct file_system_type *, int, struct dentry *(*mount) (struct file_system_type *, int, const char *, void *); void (*kill_sb) (struct super_block *); struct module *owner; Loading Loading
Documentation/filesystems/vfs.txt +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ members are defined: struct file_system_type { const char *name; int fs_flags; struct dentry (*mount) (struct file_system_type *, int, struct dentry *(*mount) (struct file_system_type *, int, const char *, void *); void (*kill_sb) (struct super_block *); struct module *owner; Loading