Whamcloud - gitweb
EX-8270 ptlrpc: rename 'pool' to 'pool_idx'
authorPatrick Farrell <pfarrell@whamcloud.com>
Fri, 15 Sep 2023 17:36:20 +0000 (13:36 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 22 Sep 2023 23:52:45 +0000 (23:52 +0000)
commitd78616693416617185b940cea32f89e14fc40597
tree91188d84bce429d561081dd7ccf470e484f8ae71
parentac9d1920bb8378e50b8a5d43ec6ae622f1b38042
EX-8270 ptlrpc: rename 'pool' to 'pool_idx'

'pool' here is the index of the pool, not the pool itself.
Let's give it a name that makes clear it's a number and not
the actual pool.

Also remove an error condition which is asserted on
immediately before.

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