Whamcloud - gitweb
LU-16741 fid: rename ptlrpc_req_finished for component fid
[fs/lustre-release.git] / 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;
 }