diff options
| author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-07-25 11:12:00 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-08-03 17:25:20 -0400 |
| commit | 34e5053fbe88800f5c2c6cbc849abb5a9f390974 (patch) | |
| tree | 07a5c1a26a2d3d59123115744ee169fb31a5edb9 /Documentation/filesystems/Locking | |
| parent | f0cd2dbb6cf387c11f87265462e370bb5469299e (diff) | |
Documentation: get rid of write_super
The '->write_super' superblock method is gone, and this patch removes all the
references to 'write_super' from various pieces of the kernel documentation.
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'Documentation/filesystems/Locking')
| -rw-r--r-- | Documentation/filesystems/Locking | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index 0f103e39b4f6..e540a24e5d06 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
| @@ -114,7 +114,6 @@ prototypes: | |||
| 114 | int (*drop_inode) (struct inode *); | 114 | int (*drop_inode) (struct inode *); |
| 115 | void (*evict_inode) (struct inode *); | 115 | void (*evict_inode) (struct inode *); |
| 116 | void (*put_super) (struct super_block *); | 116 | void (*put_super) (struct super_block *); |
| 117 | void (*write_super) (struct super_block *); | ||
| 118 | int (*sync_fs)(struct super_block *sb, int wait); | 117 | int (*sync_fs)(struct super_block *sb, int wait); |
| 119 | int (*freeze_fs) (struct super_block *); | 118 | int (*freeze_fs) (struct super_block *); |
| 120 | int (*unfreeze_fs) (struct super_block *); | 119 | int (*unfreeze_fs) (struct super_block *); |
| @@ -136,7 +135,6 @@ write_inode: | |||
| 136 | drop_inode: !!!inode->i_lock!!! | 135 | drop_inode: !!!inode->i_lock!!! |
| 137 | evict_inode: | 136 | evict_inode: |
| 138 | put_super: write | 137 | put_super: write |
| 139 | write_super: read | ||
| 140 | sync_fs: read | 138 | sync_fs: read |
| 141 | freeze_fs: write | 139 | freeze_fs: write |
| 142 | unfreeze_fs: write | 140 | unfreeze_fs: write |
