]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: fix dfs domain referrals
authorRonnie Sahlberg <lsahlber@redhat.com>
Fri, 29 Jan 2021 03:35:10 +0000 (21:35 -0600)
committerSteve French <stfrench@microsoft.com>
Fri, 29 Jan 2021 03:40:43 +0000 (21:40 -0600)
commitdd618aab75e7ef3a58d61bf1f394d13e5920cf4e
tree12b7cb6db5f333643891a8bace6158803ca2b460
parenta6cab91964c15903a3a32f40f8e4d4611fb579a1
cifs: fix dfs domain referrals

The new mount API requires additional changes to how DFS
is handled. Additional testing of DFS uncovered problems
with domain based DFS referrals (a follow on patch addresses
DFS links) which this patch addresses.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifs_dfs_ref.c
fs/cifs/cifsfs.c
fs/cifs/cifsproto.h
fs/cifs/connect.c
fs/cifs/dfs_cache.c
fs/cifs/fs_context.c