We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b09ca1 commit caa388fCopy full SHA for caa388f
net/sunrpc/clnt.c
@@ -2220,7 +2220,7 @@ call_connect_status(struct rpc_task *task)
2220
}
2221
xprt_switch_put(xps);
2222
if (!task->tk_xprt)
2223
- return;
+ goto out;
2224
2225
goto out_retry;
2226
case -ENOBUFS:
@@ -2235,6 +2235,7 @@ call_connect_status(struct rpc_task *task)
2235
out_retry:
2236
/* Check for timeouts before looping back to call_bind */
2237
task->tk_action = call_bind;
2238
+out:
2239
rpc_check_timeout(task);
2240
2241
0 commit comments