]> git.ipfire.org Git - thirdparty/linux.git/commit
cifs: handle reconnect of tcon when there is no cached dfs referral
authorPaulo Alcantara <pc@cjr.nz>
Mon, 12 Jul 2021 15:38:24 +0000 (12:38 -0300)
committerSteve French <stfrench@microsoft.com>
Fri, 16 Jul 2021 00:06:45 +0000 (19:06 -0500)
commit507345b5ae6a57b7ecd7550ff39282ed20de7b8d
tree39be6fb6b929ba93dc503d2f857824806e72ef0f
parentc9c9c6815f9004ee1ec87401ed0796853bd70f1b
cifs: handle reconnect of tcon when there is no cached dfs referral

When there is no cached DFS referral of tcon->dfs_path, then reconnect
to same share.

Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Cc: <stable@vger.kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/connect.c