Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2a67f7a authored by Trond Myklebust's avatar Trond Myklebust Committed by Greg Kroah-Hartman
Browse files

SUNRPC: Allow connect to return EHOSTUNREACH




[ Upstream commit 4ba161a793d5f43757c35feff258d9f20a082940 ]

Reported-by: default avatarDmitry Vyukov <dvyukov@google.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
Tested-by: default avatarDmitry Vyukov <dvyukov@google.com>
Signed-off-by: default avatarAnna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: default avatarSasha Levin <alexander.levin@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c4ecc2f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2381,6 +2381,7 @@ static void xs_tcp_setup_socket(struct work_struct *work)
	case -ECONNREFUSED:
	case -ECONNRESET:
	case -ENETUNREACH:
	case -EHOSTUNREACH:
	case -EADDRINUSE:
	case -ENOBUFS:
		/* retry with existing socket, after a delay */