Loading Documentation/filesystems/Locking +0 −2 Original line number Original line Diff line number Diff line Loading @@ -164,8 +164,6 @@ the block device inode. See there for more details. --------------------------- file_system_type --------------------------- --------------------------- file_system_type --------------------------- prototypes: prototypes: int (*get_sb) (struct file_system_type *, int, const char *, void *, struct vfsmount *); struct dentry *(*mount) (struct file_system_type *, int, struct dentry *(*mount) (struct file_system_type *, int, const char *, void *); const char *, void *); void (*kill_sb) (struct super_block *); void (*kill_sb) (struct super_block *); Loading Loading
Documentation/filesystems/Locking +0 −2 Original line number Original line Diff line number Diff line Loading @@ -164,8 +164,6 @@ the block device inode. See there for more details. --------------------------- file_system_type --------------------------- --------------------------- file_system_type --------------------------- prototypes: prototypes: int (*get_sb) (struct file_system_type *, int, const char *, void *, struct vfsmount *); struct dentry *(*mount) (struct file_system_type *, int, struct dentry *(*mount) (struct file_system_type *, int, const char *, void *); const char *, void *); void (*kill_sb) (struct super_block *); void (*kill_sb) (struct super_block *); Loading