linux/net/sunrpc/xprtrdma
Chuck Lever 1ca3f4c054 xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_put
Clean up. There is only one remaining rpcrdma_mr_put call site, and
it can be directly replaced with unmap_and_put because mr->mr_dir is
set to DMA_NONE just before the call.

Now all the call sites do a DMA unmap, and we can just rename
mr_unmap_and_put to mr_put, which nicely matches mr_get.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
2019-08-20 16:11:56 -04:00
..
backchannel.c SUNRPC: Fix up backchannel slot table accounting 2019-07-18 01:12:59 -04:00
frwr_ops.c xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_put 2019-08-20 16:11:56 -04:00
Makefile xprtrdma: Remove support for FMR memory registration 2019-01-02 12:05:17 -05:00
module.c NFS client updates for Linux 4.18 2018-06-12 10:09:03 -07:00
rpc_rdma.c xprtrdma: Simplify rpcrdma_mr_pop 2019-08-20 16:03:41 -04:00
svc_rdma_backchannel.c SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock 2019-07-06 14:54:48 -04:00
svc_rdma_recvfrom.c svcrdma: Remove syslog warnings in work completion handlers 2019-02-06 15:37:15 -05:00
svc_rdma_rw.c scsi: lib/sg_pool.c: improve APIs for allocating sg pool 2019-06-20 15:21:33 -04:00
svc_rdma_sendto.c svcrdma: Remove syslog warnings in work completion handlers 2019-02-06 15:37:15 -05:00
svc_rdma_transport.c SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock 2019-07-06 14:54:48 -04:00
svc_rdma.c sunrpc: remove svc_rdma_bc_class 2018-12-27 21:01:41 -05:00
transport.c xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methods 2019-08-20 14:06:03 -04:00
verbs.c xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_put 2019-08-20 16:11:56 -04:00
xprt_rdma.h xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_put 2019-08-20 16:11:56 -04:00