commit | cb200bd6264a80c04e09e8635fa4f3901cabdaef | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Mon Oct 24 16:59:57 2016 -0700 |
committer | Steve French <smfrench@gmail.com> | Wed Feb 01 16:46:35 2017 -0600 |
tree | 40cab9532abad0920fb8ff05573ac0a1b4bac931 | |
parent | 738f9de5cdb9175c19d24cfdf90b4543fc3b47bf [diff] |
CIFS: Separate SMB2 sync header processing Do not process RFC1001 length in smb2_hdr_assemble() because it is not a part of SMB2 header. This allows to cleanup the code and adds a possibility combine several SMB2 packets into one for compounding. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>