commit | eb5b46faa693470681ec7c28cc2436edd1571198 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Thu Nov 30 07:21:33 2017 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Nov 30 11:52:52 2017 -0500 |
tree | 4dda330a6762139caa411bc372f49e38ffb6a56c | |
parent | 4ba161a793d5f43757c35feff258d9f20a082940 [diff] [blame] |
SUNRPC: Handle ENETDOWN errors Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c index c2b2d48..7fa94ab 100644 --- a/net/sunrpc/xprtsock.c +++ b/net/sunrpc/xprtsock.c
@@ -2439,6 +2439,7 @@ static void xs_tcp_setup_socket(struct work_struct *work) */ case -ECONNREFUSED: case -ECONNRESET: + case -ENETDOWN: case -ENETUNREACH: case -EHOSTUNREACH: case -EADDRINUSE: