commit | d53e292f0f505783d0219f58f8f8f294f45f4ee6 | [log] [tgz] |
---|---|---|
author | Long Li <longli@microsoft.com> | Fri Mar 15 07:54:59 2019 +0000 |
committer | Steve French <stfrench@microsoft.com> | Fri Mar 22 22:36:54 2019 -0500 |
tree | d57eaac83380ee962a293fb80c40dc477e680616 | |
parent | a5ed1e96cafde5ba48638f486bfca0685dc6ddc9 [diff] |
CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN When sending a wdata, 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>