]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
[sunrpc] Fix NFS/RDMA client mount point hangs when clustered server fails over
authorChuck Lever <chuck.lever@oracle.com>
Mon, 16 May 2016 15:34:52 +0000 (09:34 -0600)
committerChuck Anderson <chuck.anderson@oracle.com>
Sun, 22 May 2016 21:55:13 +0000 (14:55 -0700)
Orabug: 23035067

Reviewed-by: John Sobecki <john.sobecki@oracle.com>
Tested-by: Helen Chao <helen.chao@oracle.com>
net/sunrpc/xprtrdma/verbs.c

index f9f748b8d98bdb20c93cfaa4db886cfd9a8462db..d49dcda09415aa811a088c1dfb79bca6e1d5bdfc 100644 (file)
@@ -861,7 +861,7 @@ rpcrdma_ep_create(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia,
                ep->rep_remote_cma.responder_resources =
                                                devattr->max_qp_rd_atom;
 
-       ep->rep_remote_cma.retry_count = 7;
+       ep->rep_remote_cma.retry_count = 6;
        ep->rep_remote_cma.flow_control = 0;
        ep->rep_remote_cma.rnr_retry_count = 0;