commit | 0b0dfd59216755cfa5a47eab2811efaa4589db68 | [log] [tgz] |
---|---|---|
author | Long Li <longli@microsoft.com> | Fri Mar 15 07:55:00 2019 +0000 |
committer | Steve French <stfrench@microsoft.com> | Fri Mar 22 22:36:54 2019 -0500 |
tree | 0b2ff94078470eba4bb0152a616c1033a4e4113a | |
parent | d53e292f0f505783d0219f58f8f8f294f45f4ee6 [diff] |
CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN When sending a rdata, transport may return -EAGAIN. In this case we should re-obtain credits because the session may have been reconnected. Change in v2: adjust_credits before re-sending Signed-off-by: Long Li <longli@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>