Whamcloud - gitweb
EX-8270 ptlrpc: reduce usage of pool_index
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 20 Sep 2023 18:17:01 +0000 (14:17 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 22 Sep 2023 23:54:25 +0000 (23:54 +0000)
commit2b128fafba7043caaf9bf10dafd3e111abbe02cf
treea107acb1902b958592ee3e4b14b9edaceea6aab2
parentc2652213a2519c900bc602763afe0c95b0c2fdc3
EX-8270 ptlrpc: reduce usage of pool_index

The pool index is used over and over a lot of places where
we should just use it once.

Note the printing functions are deliberately not combined
to maximum length lines for ease of reading.

Test-Parameters: trivial
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I7efbf491cf28f6fd16d06f5bbc42d714c908f34c
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/52436
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/ptlrpc/sec_bulk.c