]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: server: make use of smbdirect.ko
authorStefan Metzmacher <metze@samba.org>
Fri, 18 Jul 2025 17:22:47 +0000 (19:22 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:24 +0000 (21:58 -0500)
commit50bdab9ae45e6345eaa94adbaefaf1ce5a7e90a1
treeff92c880a6faf0f0a0f60ea80d3aa57fb832ac57
parent98bdc5fda9cc425afe608342b372d25970071f96
smb: server: make use of smbdirect.ko

This means we no longer inline the common smbdirect
.c files and use the exported functions from the
module instead.

Note the connection specific logging is still
redirect to ksmbd.ko functions via
smbdirect_socket_set_logging().

We still don't use real socket layer,
but we're very close...

Cc: Namjae Jeon <linkinjeon@kernel.org>
Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
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/server/Kconfig
fs/smb/server/transport_rdma.c