Merge branch 'bugfixes'

This commit is contained in:
Trond Myklebust
2017-08-20 13:04:12 -04:00
7개의 변경된 파일70개의 추가작업 그리고 45개의 파일을 삭제

파일 보기

@@ -1903,6 +1903,14 @@ call_connect_status(struct rpc_task *task)
task->tk_status = 0;
switch (status) {
case -ECONNREFUSED:
/* A positive refusal suggests a rebind is needed. */
if (RPC_IS_SOFTCONN(task))
break;
if (clnt->cl_autobind) {
rpc_force_rebind(clnt);
task->tk_action = call_bind;
return;
}
case -ECONNRESET:
case -ECONNABORTED:
case -ENETUNREACH: