Whamcloud - gitweb
LU-17555 ptlrpc: removed unused lm_repsize accessors 89/54089/6
authorShaun Tancheff <shaun.tancheff@hpe.com>
Sat, 24 Feb 2024 03:00:58 +0000 (10:00 +0700)
committerOleg Drokin <green@whamcloud.com>
Sat, 23 Mar 2024 05:55:01 +0000 (05:55 +0000)
commit1231382e60e34fd4fe472170388d7675f6ff19fa
treee4ce7a857e7838dc2a499e03f2872bfc6619688e
parentedbaee798b5e83b0c829cae40419a26f1b0d56c8
LU-17555 ptlrpc: removed unused lm_repsize accessors

ptlrpc_req_get_repsize() and ptlrpc_req_set_repsize() are unused.

ptlrpc_req_set_repsize() is superseded by
ptlrpc_request_set_replen() so remove the unused variants.

Test-Parameters: trivial
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: Ib89a57c00605b110ec28040614aecba9826f5ffa
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/54089
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/include/lustre_net.h
lustre/ptlrpc/pack_generic.c