commit | dda9a951dd6dd6073bbaf2c8d3119da2f8fe2d5b | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Sat Jun 27 12:35:15 2020 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Jul 13 10:50:41 2020 -0400 |
tree | f1ea37ce95f1630a5bd7153d1ad37477b6b2f167 | |
parent | 4cf44be6f1e86da302085bf3e1dc2c86f3cdaaaa [diff] |
xprtrdma: Fix return code from rpcrdma_xprt_connect() I noticed that when rpcrdma_xprt_connect() returns -ENOMEM, instead of retrying the connect, the RPC client kills the RPC task that requested the connection. We want a retry here. Fixes: cb586decbb88 ("xprtrdma: Make sendctx queue lifetime the same as connection lifetime") Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>