]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
smb: client: pass struct smbdirect_socket to smbd_post_send_negotiate_req()
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Aug 2025 09:52:24 +0000 (11:52 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Sep 2025 23:29:50 +0000 (18:29 -0500)
commitc612e60de5aa0b1cb60ac6c9e7d96eb3c4528b13
tree1ef16cfffe24c610d3bfc507ab12b78aa18f3ff4
parent0a5dc5fc7c014d88c31aff327a65d610d8006454
smb: client: pass struct smbdirect_socket to smbd_post_send_negotiate_req()

This will make it easier to move function to the common code
in future.

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