]> git.ipfire.org Git - thirdparty/linux.git/commit
smb: client: make use of smbdirect_socket_schedule_cleanup()
authorStefan Metzmacher <metze@samba.org>
Tue, 26 Aug 2025 15:28:53 +0000 (17:28 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:21 +0000 (21:58 -0500)
commit43e1fed89e40346578a2f94ae0a87dfa05987fa5
tree131b39438c3050a0c9f3754995acd9b0efc2a08f
parent872b23ab6d9495e5504ac0a43e9ec977e750052a
smb: client: make use of smbdirect_socket_schedule_cleanup()

This removes smbd_disconnect_rdma_connection() which is basically
the same as smbdirect_socket_schedule_cleanup().
And we pass more useful errors than -ECONNABORTED if we have them.

Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: Long Li <longli@microsoft.com>
Cc: Namjae Jeon <linkinjeon@kernel.org>
Cc: linux-cifs@vger.kernel.org
Cc: samba-technical@lists.samba.org
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smbdirect.c