Whamcloud - gitweb
EX-8270 ptlrpc: rename get_buf to get_pages
authorPatrick Farrell <pfarrell@whamcloud.com>
Sat, 16 Sep 2023 03:36:19 +0000 (23:36 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 22 Sep 2023 23:53:02 +0000 (23:53 +0000)
commit3a43f0c4544696e1587b81c9eba8f47fde99f450
treea0a56c5c10ec2ea562fe48f078d33b4934d4bc69
parente45285874e1fd6c056e3bbfaa0f489c0f2169286
EX-8270 ptlrpc: rename get_buf to get_pages

The sptlrpc_enc_pool_get_buf function actually gets a fixed
number of pages, which is sort of a buffer, but is better
understood as a set of pages.

Rename the function for getting pages for a ptlrpc desc so
we can give get_buf a more appropriate name.

Test-Parameters: trivial
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I9c03b9d638e7df7f09bf5724c5a6896b7d1e7b6c
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/52428
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/include/lustre_sec.h
lustre/osc/osc_compress.c
lustre/ptlrpc/client.c
lustre/ptlrpc/gss/gss_bulk.c
lustre/ptlrpc/sec_bulk.c