commit | 62fdf6707ebd46ae97e3cb7a7d246b05c3c619f1 | [log] [tgz] |
---|---|---|
author | Long Li <longli@microsoft.com> | Fri Apr 05 21:36:33 2019 +0000 |
committer | Steve French <stfrench@microsoft.com> | Tue May 07 23:24:54 2019 -0500 |
tree | af5edae9fc283c41686cb2746de56a77f8b96575 | |
parent | 98e0d40888458e6abf60227ac85c675ed07cffc2 [diff] |
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>