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