commit | bb1bccb60c2ebd9a6f895507d1d48d5ed773814e | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Thu Jan 17 16:18:38 2019 -0800 |
committer | Steve French <stfrench@microsoft.com> | Mon Mar 04 20:06:39 2019 -0600 |
tree | c12fe68438b442121504bb6de9f869de9a36364f | |
parent | 66265f134acfb202465fecfbeb61fefb66595c40 [diff] |
CIFS: Respect SMB2 hdr preamble size in read responses There are a couple places where we still account for 4 bytes in the beginning of SMB2 packet which is not true in the current code. Fix this to use a header preamble size where possible. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>