smb: client: pass struct smbdirect_socket to smbd_post_send_iter()
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Aug 2025 08:27:01 +0000 (10:27 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Sep 2025 23:29:50 +0000 (18:29 -0500)
commit46b8fe2bd18c487aa4fd5c45e6f9c23a1c4c859a
treea7d15e0855bdd07a68c49c0623d8cbd083053745
parent8cead970e37c40727d9b93ce49e7c445c2caf7d0
smb: client: pass struct smbdirect_socket to smbd_post_send_iter()

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