smb3: fix typo in header file
authorSteve French <stfrench@microsoft.com>
Sat, 3 Jul 2021 20:49:35 +0000 (15:49 -0500)
committerSteve 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

index a5c48b8..ba75e65 100644 (file)
@@ -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,