Skip to content

Commit 561f82a

Browse files
Paulo Alcantarasmfrench
authored andcommitted
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) <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent c5f44a3 commit 561f82a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

fs/smb/client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cifs-$(CONFIG_CIFS_XATTR) += xattr.o
2121

2222
cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
2323

24-
cifs-$(CONFIG_CIFS_DFS_UPCALL) += cifs_dfs_ref.o dfs_cache.o dfs.o
24+
cifs-$(CONFIG_CIFS_DFS_UPCALL) += namespace.o dfs_cache.o dfs.o
2525

2626
cifs-$(CONFIG_CIFS_SWN_UPCALL) += netlink.o cifs_swn.o
2727

File renamed without changes.

0 commit comments

Comments
 (0)