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)
commit62fdf6707ebd46ae97e3cb7a7d246b05c3c619f1
treeaf5edae9fc283c41686cb2746de56a77f8b96575
parent98e0d40888458e6abf60227ac85c675ed07cffc2
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