Skip to content
Snippets Groups Projects
Commit dca11178 authored by Al Viro's avatar Al Viro
Browse files

Documentation/filesystems/Locking: ->get_sb() is long gone


Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent eb6ef3df
No related branches found
No related tags found
No related merge requests found
......@@ -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 *);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment