Commit 06fd516c authored by Valerie Aurora's avatar Valerie Aurora Committed by Al Viro

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: default avatarValerie Aurora <val@vaaconsulting.com>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent d9c95bdd
...@@ -138,8 +138,8 @@ evict_inode: ...@@ -138,8 +138,8 @@ evict_inode:
put_super: write put_super: write
write_super: read write_super: read
sync_fs: read sync_fs: read
freeze_fs: read freeze_fs: write
unfreeze_fs: read unfreeze_fs: write
statfs: maybe(read) (see below) statfs: maybe(read) (see below)
remount_fs: write remount_fs: write
umount_begin: no umount_begin: no
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment