Whamcloud - gitweb
EX-8270 ptlrpc: change "pool" to "page_ptrs"
authorPatrick Farrell <pfarrell@whamcloud.com>
Thu, 21 Sep 2023 16:05:16 +0000 (12:05 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 22 Sep 2023 23:56:25 +0000 (23:56 +0000)
commitc062233203098e09bdac0c6bae853d4f4dd02c55
tree266593f81555fb6ea68b1b93fd8be70710bd4669
parentb84c0efb100cbc5d282ce991ba792210c33f98a3
EX-8270 ptlrpc: change "pool" to "page_ptrs"

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.

This patch works on renaming that to page_ptrs, but leaves
some steps for a future patch.

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