commit | 3349c3a79fb5d7632bfe426c014cbb589d1ca8e0 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Tue Jan 15 15:52:29 2019 -0800 |
committer | Steve French <stfrench@microsoft.com> | Tue Mar 05 18:10:01 2019 -0600 |
tree | 21c3a55530782e36a9efb962abb67f73769b345d | |
parent | 34f4deb7c56c6fdc77a7e414203f0045bb6db32b [diff] |
CIFS: Check for reconnects before sending async requests The reconnect might have happended after we obtained credits and before we acquired srv_mutex. Check for that under the mutex and retry an async operation if the reconnect is detected. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>