diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2016-05-02 14:42:04 -0400 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2016-05-17 15:48:01 -0400 |
commit | a3aa8b2b84a59ddd5f624aae9ee0f8b3333793e8 (patch) | |
tree | 874e240de0eb1a848f99bfb91d7ffaefdf28c05f | |
parent | 55fdfce101a0afe7bb9da17b4edbee049ae1c18d (diff) |
xprtrdma: Save I/O direction in struct rpcrdma_frwr
Move the the I/O direction field from rpcrdma_mr_seg into the
rpcrdma_frmr.
This makes it possible to DMA-unmap the frwr long after an RPC has
exited and its rpcrdma_mr_seg array has been released and re-used.
This might occur if an RPC times out while waiting for a new
connection to be established.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Tested-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>