smb: client: pass struct smbdirect_socket to {allocate,destroy}_receive_buffers()
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Aug 2025 23:11:36 +0000 (01:11 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Sep 2025 23:29:50 +0000 (18:29 -0500)
commit163e0ff8c6e1ba5d436e125291d05951dcc6ba1c
tree82008b397b044fbc2b1b730b52a9d7c5e22650a8
parentf6de7482b42941056f2b3cef0e831abce62ebfa7
smb: client: pass struct smbdirect_socket to {allocate,destroy}_receive_buffers()

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