Whamcloud - gitweb
EX-7601 llite: rename compr information in io
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 26 Jul 2023 17:04:20 +0000 (13:04 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 28 Aug 2023 16:20:55 +0000 (16:20 +0000)
commit290813c05d363fdb2e2c72dae8d9a4304d3c80df
treeb4081d4cdae45baac413b65609b75deb1ea3f225
parent635873214fec6a969f13142c20f9f22256d76bf6
EX-7601 llite: rename compr information in io

The compression related information in the cl_io is named
poorly.  It's not that the IO is compressed, it's that the
IO is to a compressed file.  The compr_chunk_log_bits is
the maximum from the entire file, not the maximum hit by
this IO.  (This is used by readahead, so the maximum in the
whole file is what's desired.)

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I46981a98628f127e7b147280caaf7544fa288786
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/51771
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/include/cl_object.h
lustre/llite/llite_mmap.c
lustre/llite/rw.c
lustre/llite/rw26.c
lustre/llite/vvp_io.c
lustre/lov/lov_io.c
lustre/lov/lov_object.c