From: Stefan Metzmacher Date: Fri, 31 Oct 2025 13:19:26 +0000 (+0100) Subject: smb: smbdirect: let smbdirect_socket.h include all headers for used structures X-Git-Tag: v7.1-rc1~128^2~92 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b1e6277bd1240c3a66aac537b1b43b4bfd2edcd8;p=thirdparty%2Flinux.git smb: smbdirect: let smbdirect_socket.h include all headers for used structures Currently they are implicitly included via client and server code, but this is needed when we move to an smbdirect.ko. Cc: Steve French Cc: Tom Talpey Cc: Long Li Cc: Namjae Jeon Cc: linux-cifs@vger.kernel.org Cc: samba-technical@lists.samba.org Signed-off-by: Stefan Metzmacher Acked-by: Namjae Jeon Signed-off-by: Steve French --- diff --git a/fs/smb/common/smbdirect/smbdirect_socket.h b/fs/smb/common/smbdirect/smbdirect_socket.h index 5a6386e4a0216..7bd55cbc42273 100644 --- a/fs/smb/common/smbdirect/smbdirect_socket.h +++ b/fs/smb/common/smbdirect/smbdirect_socket.h @@ -6,6 +6,13 @@ #ifndef __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_SOCKET_H__ #define __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_SOCKET_H__ +#include +#include +#include +#include +#include +#include +#include #include enum smbdirect_socket_status {