commit | 7d6535b720421d58886d5590ffc3617d359aa871 | [log] [tgz] |
---|---|---|
author | Samuel Cabrero <scabrero@suse.de> | Mon Nov 30 19:02:55 2020 +0100 |
committer | Steve French <stfrench@microsoft.com> | Mon Dec 14 09:16:23 2020 -0600 |
tree | 8752d625b7d2c3bb3d2838f067e217e74d5ea0ec | |
parent | 21077c62e178e637e6291c669d2681c9570f7a08 [diff] |
cifs: Simplify reconnect code when dfs upcall is enabled Some witness notifications, like client move, tell the client to reconnect to a specific IP address. In this situation the DFS failover code path has to be skipped so clean up as much as possible the cifs_reconnect() code. Signed-off-by: Samuel Cabrero <scabrero@suse.de> Reviewed-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Steve French <stfrench@microsoft.com>