]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
smb: client: pass struct smbdirect_socket to {get,put}_receive_buffer()
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Aug 2025 23:07:11 +0000 (01:07 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Sep 2025 23:29:50 +0000 (18:29 -0500)
commitf6de7482b42941056f2b3cef0e831abce62ebfa7
tree796242a43a76769430b3228f78598527c2f30d46
parent02e6f092c7aa1fa12337978837ad64d1b75bbc82
smb: client: pass struct smbdirect_socket to {get,put}_receive_buffer()

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