projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b019e11
)
smb3: fix typo in header file
author
Steve French
<stfrench@microsoft.com>
Sat, 3 Jul 2021 20:49:35 +0000
(15:49 -0500)
committer
Steve French
<stfrench@microsoft.com>
Mon, 5 Jul 2021 15:59:53 +0000
(10:59 -0500)
Although it compiles, the test robot correctly noted:
'cifsacl.h' file not found with <angled> include; use "quotes" instead
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2pdu.h
patch
|
blob
|
history
diff --git
a/fs/cifs/smb2pdu.h
b/fs/cifs/smb2pdu.h
index a5c48b85549a9ae154d91362029150763b4a18f8..ba75e65924ac944984ceadaf0065768589f05eea 100644
(file)
--- a/
fs/cifs/smb2pdu.h
+++ b/
fs/cifs/smb2pdu.h
@@
-13,7
+13,7
@@
#define _SMB2PDU_H
#include <net/sock.h>
-#include
<cifsacl.h>
+#include
"cifsacl.h"
/*
* Note that, due to trying to use names similar to the protocol specifications,