Whamcloud - gitweb
EX-8993 ofd: use niocount consistently
authorPatrick Farrell <pfarrell@whamcloud.com>
Tue, 21 Nov 2023 20:25:34 +0000 (15:25 -0500)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 18 Jan 2024 09:28:07 +0000 (09:28 +0000)
commitbc22d558e5a9dc61ae06fdc2603256eb51fafd40
tree6266e2e309a5ae385885869213bc2db74865a7ef
parentb5850d8fdf66888753efa67b24a6b6a2471a15f8
EX-8993 ofd: use niocount consistently

'niocount' refers to the number of remote niobufs, ie, the
number of separate IOs from the client.  Except for a few
places, where it's used to refer to the number of pages in
the entire RPC.  Eek.

Replace this usage with 'npages', making niocount usage
consistent.

Test-Parameters: trivial
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I266087ad8dccadb54c054b0a11fb03dc9868a725
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53206
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/mdt/mdt_io.c
lustre/ofd/ofd_io.c