smb: client: pass struct smbdirect_socket to manage_keep_alive_before_sending()
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Aug 2025 08:21:16 +0000 (10:21 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Sep 2025 23:29:50 +0000 (18:29 -0500)
commit8cead970e37c40727d9b93ce49e7c445c2caf7d0
tree0e3d8579a4d4513581f03a927c4b84f36ffb74b0
parent8a9919b2bf8199206e5c5e223e2dd3d04b93a4e2
smb: client: pass struct smbdirect_socket to manage_keep_alive_before_sending()

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