]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: correct error code comment in xs_tcp_setup_socket()
authorCalum Mackay <calum.mackay@oracle.com>
Sat, 24 Oct 2020 21:36:38 +0000 (22:36 +0100)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 1 Feb 2021 15:32:28 +0000 (10:32 -0500)
commit57551f4ecdfef218f58c71c6f8bf7575b0543f00
tree06c5560e8b8e139a9d2a748edc021bf1a53276a7
parentc34d363cb9bb3d3df914b00046864c1326569017
SUNRPC: correct error code comment in xs_tcp_setup_socket()

This comment was introduced by commit 63683fb36292
("SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()").

I believe EIO was a typo at the time: it should have been EAGAIN.

Subsequently, commit 2539499e6f58 ("SUNRPC: Fix disconnection races")
changed that to ENOTCONN.

Rather than trying to keep the comment here in sync with the code in
xprt_force_disconnect(), make the point in a non-specific way.

Fixes: 63683fb36292 ("SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()")
Signed-off-by: Calum Mackay <calum.mackay@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/xprtsock.c