Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[deliverable/linux.git] / net / sunrpc / clnt.c
index 575e63f6c13e8011dc8d250845651aa87fc54ee4..488ddeed9363db71e1b5a80df4863a464345cb20 100644 (file)
@@ -1814,6 +1814,7 @@ call_connect_status(struct rpc_task *task)
        case -ENETUNREACH:
        case -EHOSTUNREACH:
        case -ENOBUFS:
+       case -EPIPE:
                if (RPC_IS_SOFTCONN(task))
                        break;
                /* retry with existing socket, after a delay */
This page took 0.028709 seconds and 5 git commands to generate.