]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: Do not set credits to 1 if the server didn't grant anything
authorPavel Shilovsky <pshilov@microsoft.com>
Fri, 4 Jan 2019 00:45:13 +0000 (16:45 -0800)
committerSteve French <stfrench@microsoft.com>
Thu, 10 Jan 2019 20:32:36 +0000 (14:32 -0600)
commit8994c16ff1ac44ca01a12ef5c8fc9d6bb6b77f97
tree708cde8bdf69f050239ff0f23b2deac9034a377d
parent129033a03c0c56743d5b8c0df0a74f6e4d68b090
CIFS: Do not set credits to 1 if the server didn't grant anything

Currently we reset the number of total credits granted by the server
to 1 if the server didn't grant us anything int the response. This
violates the SMB3 protocol - we need to trust the server and use
the credit values from the response. Fix this by removing the
corresponding code.

Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
CC: Stable <stable@vger.kernel.org>
fs/cifs/transport.c