Skip to content

Commit 731a530

Browse files
metze-sambasmfrench
authored andcommitted
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>
1 parent 84ff995 commit 731a530

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fs/smb/common/smbdirect/smbdirect.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#ifndef __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__
88
#define __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__
99

10+
#include <linux/types.h>
11+
1012
/* SMB-DIRECT buffer descriptor V1 structure [MS-SMBD] 2.2.3.1 */
1113
struct smbdirect_buffer_descriptor_v1 {
1214
__le64 offset;

0 commit comments

Comments
 (0)