aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/smb/server/smb_common.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fs/smb/server/smb_common.h (renamed from fs/ksmbd/smb_common.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ksmbd/smb_common.h b/fs/smb/server/smb_common.h
index 9130d2e3cd78..aeca0f46068f 100644
--- a/fs/ksmbd/smb_common.h
+++ b/fs/smb/server/smb_common.h
@@ -10,7 +10,7 @@
#include "glob.h"
#include "nterr.h"
-#include "../smbfs_common/smb2pdu.h"
+#include "../common/smb2pdu.h"
#include "smb2pdu.h"
/* ksmbd's Specific ERRNO */
@@ -200,7 +200,7 @@ struct smb_hdr {
struct smb_negotiate_req {
struct smb_hdr hdr; /* wct = 0 */
__le16 ByteCount;
- unsigned char DialectsArray[1];
+ unsigned char DialectsArray[];
} __packed;
struct smb_negotiate_rsp {