diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2017-11-24 12:00:24 -0500 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2017-11-29 14:02:01 -0500 |
commit | 4ba161a793d5f43757c35feff258d9f20a082940 (patch) | |
tree | 24187b4b80e5c564c2fd8a56b448d3dc6a45c356 /net | |
parent | 445f288d706cb5a418b13c340280b47d4585d667 (diff) |
SUNRPC: Allow connect to return EHOSTUNREACH
Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Tested-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/xprtsock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c index 684e356b40e4..c2b2d489b57b 100644 --- a/net/sunrpc/xprtsock.c +++ b/net/sunrpc/xprtsock.c | |||
@@ -2440,6 +2440,7 @@ static void xs_tcp_setup_socket(struct work_struct *work) | |||
2440 | case -ECONNREFUSED: | 2440 | case -ECONNREFUSED: |
2441 | case -ECONNRESET: | 2441 | case -ECONNRESET: |
2442 | case -ENETUNREACH: | 2442 | case -ENETUNREACH: |
2443 | case -EHOSTUNREACH: | ||
2443 | case -EADDRINUSE: | 2444 | case -EADDRINUSE: |
2444 | case -ENOBUFS: | 2445 | case -ENOBUFS: |
2445 | /* | 2446 | /* |