projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb6ef3d
)
Documentation/filesystems/Locking: ->get_sb() is long gone
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 21 Feb 2015 09:59:02 +0000
(
04:59
-0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 22 Feb 2015 16:38:43 +0000
(11:38 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Documentation/filesystems/Locking
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/filesystems/Locking
b/Documentation/filesystems/Locking
index 2ca3d17eee56380cec075d5279c2703fa2b1ed9e..f91926f2f4824dee2c6785dcaf4cedd84df838e9 100644
(file)
--- 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 *);