aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.h
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2021-07-03 15:49:35 -0500
committerSteve French <stfrench@microsoft.com>2021-07-05 10:59:53 -0500
commit90810c25cf028bbd7e8abd9903c37610ef7072c7 (patch)
tree735aa5a7b864e4033ad56d6991bab23c8b4e6670 /fs/cifs/smb2pdu.h
parentCIFS: Clarify SMB1 code for UnixSetPathInfo (diff)
downloadlinux-dev-90810c25cf028bbd7e8abd9903c37610ef7072c7.tar.xz
linux-dev-90810c25cf028bbd7e8abd9903c37610ef7072c7.zip
smb3: fix typo in header file
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>
Diffstat (limited to 'fs/cifs/smb2pdu.h')
-rw-r--r--fs/cifs/smb2pdu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h
index a5c48b85549a..ba75e65924ac 100644
--- 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,