From: Al Viro Date: Sat, 21 Feb 2015 09:59:02 +0000 (-0500) Subject: Documentation/filesystems/Locking: ->get_sb() is long gone X-Git-Tag: v4.9.8~4725^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dca111782c9955a3d439d88fecc8a81cb1df4719;p=platform%2Fkernel%2Flinux-rpi3.git Documentation/filesystems/Locking: ->get_sb() is long gone Signed-off-by: Al Viro --- diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index 2ca3d17..f91926f 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking @@ -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 *);