cifs: Fix retrieval of DFS referrals in cifs_mount()
authorPaulo Alcantara (SUSE) <pc@cjr.nz>
Fri, 22 Nov 2019 15:30:56 +0000 (12:30 -0300)
committerSteve French <stfrench@microsoft.com>
Mon, 25 Nov 2019 15:36:49 +0000 (09:36 -0600)
commit5bb30a4dd60e2a10a4de9932daff23e503f1dd2b
treef75942f8e2c67638a8bf6aa6fbf43ce0c529d57d
parent84a1f5b1cc6fd7f6cd99fc5630c36f631b19fa60
cifs: Fix retrieval of DFS referrals in cifs_mount()

Make sure that DFS referrals are sent to newly resolved root targets
as in a multi tier DFS setup.

Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Link: https://lkml.kernel.org/r/05aa2995-e85e-0ff4-d003-5bb08bd17a22@canonical.com
Cc: stable@vger.kernel.org
Tested-by: Matthew Ruffell <matthew.ruffell@canonical.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/connect.c