Whamcloud - gitweb
EX-8270 ptlrpc: remove PAGES_PER_POOL macro
authorPatrick Farrell <pfarrell@whamcloud.com>
Thu, 21 Sep 2023 15:47:59 +0000 (11:47 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 22 Sep 2023 23:56:15 +0000 (23:56 +0000)
commitb84c0efb100cbc5d282ce991ba792210c33f98a3
tree80b6f4d75dac6ae61bf35ae4e707cefc66a227d3
parent5f496bb3f44aefdd91db452a65dd50ae6653600e
EX-8270 ptlrpc: remove PAGES_PER_POOL macro

The page pool code *also* likes to refer to each page of
pointers it uses to track items in it as a "POOL", which is
incredibly confusing.

Start unwinding this by removing the PAGES_PER_POOL macro.

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