commit | 6cc3b24235929b54acd5ecc987ef11a425bd209e | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilovsky@samba.org> | Sat Feb 27 11:58:18 2016 +0300 |
committer | Steve French <smfrench@gmail.com> | Mon Feb 29 00:21:36 2016 -0600 |
tree | 8ed46956eecbdf369f25895f87129232511af7be | |
parent | deb7deff2f00bdbbcb3d560dad2a89ef37df837d [diff] |
CIFS: Fix SMB2+ interim response processing for read requests For interim responses we only need to parse a header and update a number credits. Now it is done for all SMB2+ command except SMB2_READ which is wrong. Fix this by adding such processing. Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Tested-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> CC: Stable <stable@vger.kernel.org> Signed-off-by: Steve French <smfrench@gmail.com>