]> git.ipfire.org Git - thirdparty/linux.git/commit
smb: client: let send_done handle a completion without IB_SEND_SIGNALED
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Jan 2026 17:17:00 +0000 (18:17 +0100)
committerSteve French <stfrench@microsoft.com>
Sun, 8 Feb 2026 23:12:58 +0000 (17:12 -0600)
commitcf74fcdc43b322b6188a0750b5ee79e38be6d078
treec7e0b9b1eb34483ee4326265ac3f4c778c47de04
parent5b1c6149657af840a02885135c700ab42e6aa322
smb: client: let send_done handle a completion without IB_SEND_SIGNALED

With smbdirect_send_batch processing we likely have requests without
IB_SEND_SIGNALED, which will be destroyed in the final request
that has IB_SEND_SIGNALED set.

If the connection is broken all requests are signaled
even without explicit IB_SEND_SIGNALED.

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