Whamcloud - gitweb
EX-8270 ptlrpc: stop passing around pool_index
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 20 Sep 2023 18:38:58 +0000 (14:38 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 22 Sep 2023 23:54:35 +0000 (23:54 +0000)
commitb7016fbaa24ba8b7c8039da49222f8ca2b17e27c
treeb78b6783854f2d22f2b591336f9e715b1bb76d13
parent2b128fafba7043caaf9bf10dafd3e111abbe02cf
EX-8270 ptlrpc: stop passing around pool_index

We pass pool_index around from function to function over
and over, but it's easier to just pass the pool around.

This does require the pool to know its own index, but
that seems better anyway.

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