Loading net/sunrpc/xprtsock.c +5 −0 Original line number Diff line number Diff line Loading @@ -1912,6 +1912,11 @@ static void xs_tcp_setup_socket(struct rpc_xprt *xprt, case -EALREADY: xprt_clear_connecting(xprt); return; case -EINVAL: /* Happens, for instance, if the user specified a link * local IPv6 address without a scope-id. */ goto out; } out_eagain: status = -EAGAIN; Loading Loading
net/sunrpc/xprtsock.c +5 −0 Original line number Diff line number Diff line Loading @@ -1912,6 +1912,11 @@ static void xs_tcp_setup_socket(struct rpc_xprt *xprt, case -EALREADY: xprt_clear_connecting(xprt); return; case -EINVAL: /* Happens, for instance, if the user specified a link * local IPv6 address without a scope-id. */ goto out; } out_eagain: status = -EAGAIN; Loading