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:
2f3ebab
)
Add new flag on SMB3.1.1 read
author
Steve French
<stfrench@microsoft.com>
Sat, 27 Apr 2019 07:06:20 +0000
(
02:06
-0500)
committer
Steve French
<stfrench@microsoft.com>
Wed, 8 May 2019 04:24:55 +0000
(23:24 -0500)
For compressed read support. See MS-SMB2 3.1.4.4
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
82686e9
..
aaf3f03
100644
(file)
--- a/
fs/cifs/smb2pdu.h
+++ b/
fs/cifs/smb2pdu.h
@@
-1078,6
+1078,7
@@
struct smb2_flush_rsp {
/* For read request Flags field below, following flag is defined for SMB3.02 */
#define SMB2_READFLAG_READ_UNBUFFERED 0x01
+#define SMB2_READFLAG_REQUEST_COMPRESSED 0x02 /* See MS-SMB2 2.2.19 */
/* Channel field for read and write: exactly one of following flags can be set*/
#define SMB2_CHANNEL_NONE cpu_to_le32(0x00000000)