From: Arshad Hussain Date: Thu, 2 May 2024 11:28:21 +0000 (-0400) Subject: LU-16741 fid: rename ptlrpc_req_finished for component fid X-Git-Tag: 2.15.64~196 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=01e8bc8c78a3ad88ccc9dfa0f3bae10daa08dbe8;p=fs%2Flustre-release.git LU-16741 fid: rename ptlrpc_req_finished for component fid Patch renames ptlrpc_req_finished to ptlrpc_req_put for fid component Test-Parameters: trivial Signed-off-by: Arshad Hussain Change-Id: If5bf08719ab9be8255f1145fa7bcdfebd68da52c Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/54994 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Patrick Farrell Reviewed-by: Oleg Drokin --- diff --git a/lustre/fid/fid_request.c b/lustre/fid/fid_request.c index 3fe55eb..8c94d04 100644 --- a/lustre/fid/fid_request.c +++ b/lustre/fid/fid_request.c @@ -142,7 +142,7 @@ static int seq_client_rpc(struct lu_client_seq *seq, EXIT; out_req: - ptlrpc_req_finished(req); + ptlrpc_req_put(req); return rc; }