smb: client: pass struct smbdirect_socket to smbd_post_send()
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Aug 2025 08:19:28 +0000 (10:19 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Sep 2025 23:29:50 +0000 (18:29 -0500)
commit8a9919b2bf8199206e5c5e223e2dd3d04b93a4e2
treebaa6b6fffadd4c2933d3e63c48f187d732f87b89
parent869bb7284fb2976b59ad29455cddd44bce0976f7
smb: client: pass struct smbdirect_socket to smbd_post_send()

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