commit | 34f4deb7c56c6fdc77a7e414203f0045bb6db32b | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Wed Jan 16 11:22:29 2019 -0800 |
committer | Steve French <stfrench@microsoft.com> | Tue Mar 05 18:10:01 2019 -0600 |
tree | fccaedae956555872001adad932ac8a4a1da99ea | |
parent | 335b7b62ffb69d18055f2bb6f3a029263a07c735 [diff] |
CIFS: Respect reconnect in non-MTU credits calculations Every time after a session reconnect we don't need to account for credits obtained in previous sessions. Make use of the recently added cifs_credits structure to properly calculate credits for non-MTU requests the same way we did for MTU ones. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>