]> git.ipfire.org Git - thirdparty/linux.git/commit
smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter()
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Jan 2026 17:16:52 +0000 (18:16 +0100)
committerSteve French <stfrench@microsoft.com>
Sun, 8 Feb 2026 23:12:58 +0000 (17:12 -0600)
commit8bfe3fd33f36b987c8200b112646732b5f5cd8b3
tree712687aa5ae8578b18f48e58b34552b2ceb69ed5
parent6858531e5e8d68828eec349989cefce3f45a487f
smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter()

If we reach this the connection is already broken as
smbd_post_send() already called
smbd_disconnect_rdma_connection().

This will also simplify further changes.

Cc: <stable@vger.kernel.org> # 6.18.x
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>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smbdirect.c