What | Removed | Added |
---|---|---|
CC | nfbrown@suse.com | |
Flags | needinfo?(nfbrown@suse.com) |
(In reply to James Moe from comment #0) > 2024-09-27T11:03:03-07:00 sma-station14l kernel: xs_tcp_setup_socket: > connect returned unhandled error -107 ENOTCONN is really unhandled in xs_tcp_setup_socket() [1]. And obviously, xs_tcp_finish_connecting() can return it [2]. Neil any ideas? [1] https://github.com/torvalds/linux/blob/98f7e32f20d28/net/sunrpc/xprtsock.c#L2429 [2] https://github.com/torvalds/linux/blob/98f7e32f20d28/net/sunrpc/xprtsock.c#L2375 Seems to be added in 2009 by: https://github.com/torvalds/linux/commit/01d37c428ae080563c0a3bb8bdfa88c65a6891d3 i.e. commit 01d37c428ae080563c0a3bb8bdfa88c65a6891d3 Author: Trond Myklebust <Trond.Myklebust@netapp.com> Date: Wed Mar 11 14:09:39 2009 -0400 SUNRPC: xprt_connect() don't abort the task if the transport isn't bound