提交 0df7edd9 编写于 作者: S Steve French

Add new flag on SMB3.1.1 read

For compressed read support.  See MS-SMB2 3.1.4.4
Signed-off-by: NSteve French <stfrench@microsoft.com>
上级 2f3ebaba
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册