smb: client: pass struct smbdirect_socket to smbd_post_send_empty()
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Aug 2025 08:47:06 +0000 (10:47 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Sep 2025 23:29:50 +0000 (18:29 -0500)
commitd76e8c7f546b2d2a49149b4ee59583aad0282c93
tree591d1c2c9a022a560b1781e022b79def26f43ba1
parent46b8fe2bd18c487aa4fd5c45e6f9c23a1c4c859a
smb: client: pass struct smbdirect_socket to smbd_post_send_empty()

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