Whamcloud - gitweb
LU-12518 llite: rename count and nob variables to bytes 54/38154/14
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 31 Aug 2023 16:26:35 +0000 (12:26 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 13 Sep 2023 04:01:40 +0000 (04:01 +0000)
commit271f838c5cd1c539f4a7de5008dfc7ffebb156c0
tree8dd3637fd0d156f0385c922971f3f2f283ddfb9a
parent52a97b44904951f24efb602883cfc280d825aba0
LU-12518 llite: rename count and nob variables to bytes

Rename "*count", "*nob", and "cnt" and similar variables to use
"*bytes" to make it clear what the units are vs. number of pages.

Test-Parameters: trivial
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I195f2db4182e4b3099b3f4aa2e25b91f9f3ebbe5
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/38154
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
12 files changed:
contrib/scripts/spelling.txt
lustre/include/cl_object.h
lustre/llite/file.c
lustre/llite/llite_internal.h
lustre/llite/llite_mmap.c
lustre/llite/rw.c
lustre/llite/vvp_internal.h
lustre/llite/vvp_io.c
lustre/lov/lov_io.c
lustre/obdclass/cl_io.c
lustre/osc/osc_io.c
lustre/osc/osc_lock.c