Skip to content

Commit

Permalink
smb: client: rename cifs_dfs_ref.c to namespace.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paulo Alcantara authored and Steve French committed Aug 20, 2023
1 parent c5f44a3 commit 561f82a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/smb/client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.

0 comments on commit 561f82a

Please sign in to comment.