commit | 6fbdd5ab240443e3f8574eb9d407d03daace1ddc | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@cjr.nz> | Sat Dec 17 00:46:11 2022 -0300 |
committer | Steve French <stfrench@microsoft.com> | Mon Dec 19 08:03:12 2022 -0600 |
tree | fe671178691e7d13012dc888deb3215640417cc9 | |
parent | 466611e4af8252dce253cfaebdc7b0019acdbe7e [diff] |
cifs: optimize reconnect of nested links There is no point going all the way back to the original dfs full path if reconnect of tcon did not finish due a nested link found as newly resolved target for the current referral. So, just mark current server for reconnect as we already set @current_fullpath to the new dfs referral in update_server_fullpath(). Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Signed-off-by: Steve French <stfrench@microsoft.com>