]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: smbdirect: remove unused SMBDIRECT_USE_INLINE_C_FILES logic
authorStefan Metzmacher <metze@samba.org>
Thu, 30 Oct 2025 11:48:30 +0000 (12:48 +0100)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:24 +0000 (21:58 -0500)
commitaa43bb2c0fc0d928bb120f853349c8affcfeb8b4
treed95904eb8d366bb494ff82a6cda2ea7b686274e7
parent649c47559a37fdefefc259ab580b537abbc79fbd
smb: smbdirect: remove unused SMBDIRECT_USE_INLINE_C_FILES logic

We always build as standalone module (or as part of the core kernel).

This also removes unused elements from struct smbdirect_socket
and unused exports.

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>
12 files changed:
fs/smb/common/smbdirect/smbdirect_accept.c
fs/smb/common/smbdirect/smbdirect_all_c_files.c [deleted file]
fs/smb/common/smbdirect/smbdirect_connect.c
fs/smb/common/smbdirect/smbdirect_connection.c
fs/smb/common/smbdirect/smbdirect_debug.c
fs/smb/common/smbdirect/smbdirect_internal.h
fs/smb/common/smbdirect/smbdirect_listen.c
fs/smb/common/smbdirect/smbdirect_mr.c
fs/smb/common/smbdirect/smbdirect_public.h
fs/smb/common/smbdirect/smbdirect_rw.c
fs/smb/common/smbdirect/smbdirect_socket.c
fs/smb/common/smbdirect/smbdirect_socket.h