diff options
author | Valerie Aurora <val@vaaconsulting.com> | 2012-06-12 10:20:48 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-07-31 01:45:55 -0400 |
commit | 06fd516c1a504828780fcd81dfe21f94dec4c868 (patch) | |
tree | bc1dba71d3c38c8630af5c60de7ac00a8a6bac4d /Documentation | |
parent | d9c95bdd53a8d9116d269c91ce3d151472e6bcd6 (diff) |
Documentation: Correct s_umount state for freeze_fs/unfreeze_fs
freeze_fs/unfreeze_fs ops are called with s_umount held for write, not read.
Signed-off-by: Valerie Aurora <val@vaaconsulting.com>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 |