diff options
| author | Stefan Metzmacher <metze@samba.org> | 2025-10-27 16:51:12 +0100 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2026-04-12 18:07:55 -0500 |
| commit | 731a5302bedc5e2ce41b2c87e7aaaab00a6dcfa7 (patch) | |
| tree | 03fdd835afee1ca29178109e4411b8dfd8eb8276 | |
| parent | 84ff995ae826aa6bbcc6c7b9ea569ff67c021d72 (diff) | |
smb: smbdirect: let smbdirect.h include #include <linux/types.h>
This will make it easier to use.
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>
| -rw-r--r-- | fs/smb/common/smbdirect/smbdirect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/smb/common/smbdirect/smbdirect.h b/fs/smb/common/smbdirect/smbdirect.h index 05cc6a9d0ccd..821a34c4cc47 100644 --- a/fs/smb/common/smbdirect/smbdirect.h +++ b/fs/smb/common/smbdirect/smbdirect.h @@ -7,6 +7,8 @@ #ifndef __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__ #define __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__ +#include <linux/types.h> + /* SMB-DIRECT buffer descriptor V1 structure [MS-SMBD] 2.2.3.1 */ struct smbdirect_buffer_descriptor_v1 { __le64 offset; |
