summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2019-06-17 14:49:07 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-10 09:56:34 +0200
commitb79e58acda3f7d3004ac35e026bdabc617ea38c0 (patch)
tree702c52d9dd6e542cdfefa71f1f77d9c7e825ac3d /scripts
parent59f9ad4b789db877ded449f9ec4595ae593403e4 (diff)
SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing write
commit 8d526d62db907e786fd88948c75d1833d82bd80e upstream. Some servers such as Windows 10 will return STATUS_INSUFFICIENT_RESOURCES as the number of simultaneous SMB3 requests grows (even though the client has sufficient credits). Return EAGAIN on STATUS_INSUFFICIENT_RESOURCES so that we can retry writes which fail with this status code. This (for example) fixes large file copies to Windows 10 on fast networks. Signed-off-by: Steve French <stfrench@microsoft.com> CC: Stable <stable@vger.kernel.org> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions