Skip to content

Commit

Permalink
Documentation/filesystems/Locking: ->get_sb() is long gone
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed Feb 22, 2015
1 parent eb6ef3d commit dca1117
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Documentation/filesystems/Locking
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ the block device inode. See there for more details.

--------------------------- file_system_type ---------------------------
prototypes:
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 *);
Expand Down

0 comments on commit dca1117

Please sign in to comment.