Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Stefan Metzmacher and committed by
Steve French
731a5302 84ff995a

+2
+2
fs/smb/common/smbdirect/smbdirect.h
··· 7 7 #ifndef __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__ 8 8 #define __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__ 9 9 10 + #include <linux/types.h> 11 + 10 12 /* SMB-DIRECT buffer descriptor V1 structure [MS-SMBD] 2.2.3.1 */ 11 13 struct smbdirect_buffer_descriptor_v1 { 12 14 __le64 offset;