]> git.ipfire.org Git - thirdparty/linux.git/commit
smb: client: make use of functions from smbdirect_mr.c
authorStefan Metzmacher <metze@samba.org>
Fri, 19 Sep 2025 06:35:51 +0000 (08:35 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:21 +0000 (21:58 -0500)
commit2a49b625189ebf43329299f47dd513840acd89ae
tree1740342b00afc9f3d9c56cd14beb309578752526
parent73ec624781cd7a43a2dbad8c7d40133703089224
smb: client: make use of functions from smbdirect_mr.c

The copied code only got new names, some indentation/formatting changes,
some variable names are changed too.

They also only use struct smbdirect_socket instead of
struct smbd_connection.

But the logic is still the same.

Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: Long Li <longli@microsoft.com>
Cc: Namjae Jeon <linkinjeon@kernel.org>
Cc: linux-cifs@vger.kernel.org
Cc: samba-technical@lists.samba.org
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smbdirect.c