]> git.ipfire.org Git - thirdparty/linux.git/commit
smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Jan 2026 17:16:59 +0000 (18:16 +0100)
committerSteve French <stfrench@microsoft.com>
Sun, 8 Feb 2026 23:12:58 +0000 (17:12 -0600)
commit5b1c6149657af840a02885135c700ab42e6aa322
tree3cfa57e01b02ce9d00edcb40a2abfa2567265be0
parent93ac432274e1361b4f6cd69e7c5d9b3ac21e13f5
smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()

The server has similar logic and it makes sure that
request->wr is used instead of a stack struct ib_send_wr send_wr.

This makes sure send_done can see request->wr.send_flags
as the next commit will check for 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