diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/Locking | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index e0cce2a5f820..f566b477e81f 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
@@ -138,8 +138,8 @@ evict_inode: | |||
138 | put_super: write | 138 | put_super: write |
139 | write_super: read | 139 | write_super: read |
140 | sync_fs: read | 140 | sync_fs: read |
141 | freeze_fs: read | 141 | freeze_fs: write |
142 | unfreeze_fs: read | 142 | unfreeze_fs: write |
143 | statfs: maybe(read) (see below) | 143 | statfs: maybe(read) (see below) |
144 | remount_fs: write | 144 | remount_fs: write |
145 | umount_begin: no | 145 | umount_begin: no |