projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
555782a
)
smb3.1.1: fix typo in compression flag
author
Steve French
<stfrench@microsoft.com>
Thu, 22 Oct 2020 01:36:26 +0000
(20:36 -0500)
committer
Steve French
<stfrench@microsoft.com>
Thu, 22 Oct 2020 17:17:45 +0000
(12:17 -0500)
Fix minor typo in new compression flag define
Reported-by: Tom Talpey <tom@talpey.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
851c6cd
..
171f549
100644
(file)
--- a/
fs/cifs/smb2pdu.h
+++ b/
fs/cifs/smb2pdu.h
@@
-154,7
+154,7
@@
struct smb2_compression_transform_hdr {
/* See MS-SMB2 2.2.42.1 */
#define SMB2_COMPRESSION_FLAG_NONE 0x0000
-#define SMB2_COMPRESSION_FLAG_CHAIN
DED
0x0001
+#define SMB2_COMPRESSION_FLAG_CHAIN
ED
0x0001
struct compression_payload_header {
__le16 CompressionAlgorithm;