Loading net/sunrpc/clnt.c +4 −0 Original line number Diff line number Diff line Loading @@ -2004,6 +2004,10 @@ call_status(struct rpc_task *task) case -EHOSTDOWN: case -EHOSTUNREACH: case -ENETUNREACH: if (RPC_IS_SOFTCONN(task)) { rpc_exit(task, status); break; } /* * Delay any retries for 3 seconds, then handle as if it * were a timeout. Loading Loading
net/sunrpc/clnt.c +4 −0 Original line number Diff line number Diff line Loading @@ -2004,6 +2004,10 @@ call_status(struct rpc_task *task) case -EHOSTDOWN: case -EHOSTUNREACH: case -ENETUNREACH: if (RPC_IS_SOFTCONN(task)) { rpc_exit(task, status); break; } /* * Delay any retries for 3 seconds, then handle as if it * were a timeout. Loading