Whamcloud - gitweb
LU-16741 fid: rename ptlrpc_req_finished for component fid 94/54994/2
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Thu, 2 May 2024 11:28:21 +0000 (07:28 -0400)
committerOleg Drokin <green@whamcloud.com>
Tue, 21 May 2024 18:48:37 +0000 (18:48 +0000)
Patch renames ptlrpc_req_finished to ptlrpc_req_put for
fid component

Test-Parameters: trivial
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Change-Id: If5bf08719ab9be8255f1145fa7bcdfebd68da52c
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/54994
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Patrick Farrell <patrick.farrell@oracle.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/fid/fid_request.c

index 3fe55eb..8c94d04 100644 (file)
@@ -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;
 }