Subject: vfs: update documentation to reflect current fsfreeze locking rules From: Fernando Luis Vazquez Cao <fernando@xxxxxxxxxxxxx> Documentation and implementation got out of sync. Fix it. Signed-off-by: Fernando Luis Vazquez Cao <fernando@xxxxxxxxxxxxx> --- diff -urNp linux-3.5-rc5-orig/Documentation/filesystems/Locking linux-3.5-rc5/Documentation/filesystems/Locking --- linux-3.5-rc5-orig/Documentation/filesystems/Locking 2012-07-05 16:02:32.558348964 +0900 +++ linux-3.5-rc5/Documentation/filesystems/Locking 2012-07-05 16:04:40.859998129 +0900 @@ -135,8 +135,8 @@ evict_inode: put_super: write write_super: read sync_fs: read -freeze_fs: read -unfreeze_fs: read +freeze_fs: write +unfreeze_fs: write statfs: maybe(read) (see below) remount_fs: write umount_begin: no