commit | a1f5788a0c250c87d3007d59d11a00ab98e66f01 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Sun Feb 04 18:17:28 2024 -0500 |
committer | Chuck Lever <chuck.lever@oracle.com> | Fri Mar 01 09:12:28 2024 -0500 |
tree | ba434288703f67593275858898b73f51879bf128 | |
parent | 71b43531ee0be6dcaa406132ebd540022dcb12ea [diff] |
svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxt Since the RPC transaction's svc_rdma_send_ctxt will stay around for the duration of the RDMA Write operation, the write_info structure for the Reply chunk can reside in the request's svc_rdma_send_ctxt instead of being allocated separately. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>