]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: smbd: Indicate to retry on transport sending failure
authorLong Li <longli@microsoft.com>
Fri, 5 Apr 2019 21:36:33 +0000 (21:36 +0000)
committerSteve French <stfrench@microsoft.com>
Wed, 8 May 2019 04:24:54 +0000 (23:24 -0500)
commite2d1eadf9b345505cc7b51f0f36b7dd1eda77781
treeaf5edae9fc283c41686cb2746de56a77f8b96575
parentce9350474d846e46627fc89e263bdb2109545bae
cifs: smbd: Indicate to retry on transport sending failure

Failure to send a packet doesn't mean it's a permanent failure, it can't be
returned to user process. This I/O should be retried or failed based on
server packet response and transport health. This logic is handled by the
upper layer.

Give this decision to upper layer.

Signed-off-by: Long Li <longli@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smbdirect.c