summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorChuck Lever2016-11-29 16:53:05 +0100
committerAnna Schumaker2016-11-29 22:45:44 +0100
commit289400af2b8783b3b01aee7ec9dba5b476bb3450 (patch)
treec369669d0ccd1bff8f67da5ba84b8b902a002d18 /net
parentxprtrdma: Refactor FRMR invalidation (diff)
downloadkernel-qcow2-linux-289400af2b8783b3b01aee7ec9dba5b476bb3450.tar.gz
kernel-qcow2-linux-289400af2b8783b3b01aee7ec9dba5b476bb3450.tar.xz
kernel-qcow2-linux-289400af2b8783b3b01aee7ec9dba5b476bb3450.zip
xprtrdma: Update documenting comment
Clean up: If reset fails, FRMRs are no longer abandoned, rather they are released immediately. Update the comment to reflect this. Fixes: 2ffc871a574d ('xprtrdma: Release orphaned MRs immediately') Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'net')
-rw-r--r--net/sunrpc/xprtrdma/frwr_ops.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/sunrpc/xprtrdma/frwr_ops.c b/net/sunrpc/xprtrdma/frwr_ops.c
index 900dc4024d2c..47bed5333c7f 100644
--- a/net/sunrpc/xprtrdma/frwr_ops.c
+++ b/net/sunrpc/xprtrdma/frwr_ops.c
@@ -171,10 +171,6 @@ __frwr_reset_mr(struct rpcrdma_ia *ia, struct rpcrdma_mw *r)
}
/* Reset of a single FRMR. Generate a fresh rkey by replacing the MR.
- *
- * There's no recovery if this fails. The FRMR is abandoned, but
- * remains in rb_all. It will be cleaned up when the transport is
- * destroyed.
*/
static void
frwr_op_recover_mr(struct rpcrdma_mw *mw)