summaryrefslogtreecommitdiffstats
path: root/fs/smb
diff options
context:
space:
mode:
authorPaulo Alcantara <pc@manguebit.com>2023-08-17 17:34:03 +0200
committerSteve French <stfrench@microsoft.com>2023-08-20 23:05:50 +0200
commit561f82a3a24c96fe84fc7ecac11f02b2afd11031 (patch)
treec083e5fc735aa9fb4eb5fe089940d87d0ad5ebad /fs/smb
parentsmb: client: make smb2_compound_op() return resp buffer on success (diff)
downloadlinux-561f82a3a24c96fe84fc7ecac11f02b2afd11031.tar.xz
linux-561f82a3a24c96fe84fc7ecac11f02b2afd11031.zip
smb: client: rename cifs_dfs_ref.c to namespace.c
The automount code will handle both DFS links and reparse files that are mount points. Signed-off-by: Paulo Alcantara (SUSE) <pc@manguebit.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/smb')
-rw-r--r--fs/smb/client/Makefile2
-rw-r--r--fs/smb/client/namespace.c (renamed from fs/smb/client/cifs_dfs_ref.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/fs/smb/client/Makefile b/fs/smb/client/Makefile
index 304a7f6cc13a..851e6ba65e9b 100644
--- a/fs/smb/client/Makefile
+++ b/fs/smb/client/Makefile
@@ -21,7 +21,7 @@ cifs-$(CONFIG_CIFS_XATTR) += xattr.o
cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
-cifs-$(CONFIG_CIFS_DFS_UPCALL) += cifs_dfs_ref.o dfs_cache.o dfs.o
+cifs-$(CONFIG_CIFS_DFS_UPCALL) += namespace.o dfs_cache.o dfs.o
cifs-$(CONFIG_CIFS_SWN_UPCALL) += netlink.o cifs_swn.o
diff --git a/fs/smb/client/cifs_dfs_ref.c b/fs/smb/client/namespace.c
index b1c2499b1c3b..b1c2499b1c3b 100644
--- a/fs/smb/client/cifs_dfs_ref.c
+++ b/fs/smb/client/namespace.c