Skip to content

Commit

Permalink
DAOS-15914: release input buffer earlier for dtx commit
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Zhen <liang.zhen@intel.com>
  • Loading branch information
gnailzenh authored and mjean308 committed Sep 25, 2024
1 parent f666597 commit e9a5a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dtx/dtx_srv.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ dtx_handler(crt_rpc_t *rpc)
dout->do_status = rc;
/* For DTX_COMMIT, it is the count of real committed DTX entries. */
dout->do_misc = committed;
rc = crt_reply_send(rpc);
rc = crt_reply_send_input_free(rpc);
if (rc != 0)
D_ERROR("send reply failed for DTX rpc %u: rc = "DF_RC"\n", opc,
DP_RC(rc));
Expand Down

0 comments on commit e9a5a55

Please sign in to comment.