summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/clnt.c')
-rw-r--r--net/sunrpc/clnt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
index c6782aa47525..24cbddc44c88 100644
--- a/net/sunrpc/clnt.c
+++ b/net/sunrpc/clnt.c
@@ -1952,6 +1952,7 @@ call_connect_status(struct rpc_task *task)
1952 /* retry with existing socket, after a delay */ 1952 /* retry with existing socket, after a delay */
1953 rpc_delay(task, 3*HZ); 1953 rpc_delay(task, 3*HZ);
1954 /* fall through */ 1954 /* fall through */
1955 case -ENOTCONN:
1955 case -EAGAIN: 1956 case -EAGAIN:
1956 /* Check for timeouts before looping back to call_bind */ 1957 /* Check for timeouts before looping back to call_bind */
1957 case -ETIMEDOUT: 1958 case -ETIMEDOUT: