Documentation and implementation got out of sync. This patch updates the documentation to reflect the current fsfreeze locking rules. Cc: Christoph Hellwig <hch@xxxxxxxxxxxxx> Cc: Jan Kara <jack@xxxxxxx> Cc: Dave Chinner <dchinner@xxxxxxxxxx> Signed-off-by: Fernando Luis Vazquez Cao <fernando@xxxxxxxxxxxxx> --- diff -urNp vfs-orig/Documentation/filesystems/Locking vfs/Documentation/filesystems/Locking --- vfs-orig/Documentation/filesystems/Locking 2012-07-04 18:57:54.000000000 +0900 +++ vfs/Documentation/filesystems/Locking 2012-07-12 17:33:44.792662348 +0900 @@ -138,8 +138,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 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html