commit | 82e0457af5f92126a0a6389d827b1e4daad8e0fd | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Fri Jan 25 10:56:41 2019 -0800 |
committer | Steve French <stfrench@microsoft.com> | Mon Mar 04 20:06:39 2019 -0600 |
tree | 2945aa68964944470ac8905d00468ac63493aced | |
parent | 6b15eb18c6a9ddfbb387456c0f1ed86d987cb741 [diff] |
CIFS: Do not log credits when unmounting a share Currently we only skip credits logging on reconnects. When unmounting a share the number of credits on the client doesn't matter, so skip logging in such cases too. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>