[CIFS] DFS support: provide shrinkable mounts
authorIgor Mammedov <niallain@gmail.com>
Fri, 25 Jan 2008 03:28:31 +0000 (03:28 +0000)
committerSteve French <sfrench@us.ibm.com>
Fri, 25 Jan 2008 03:28:31 +0000 (03:28 +0000)
Signed-off-by: Igor Mammedov <niallain@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/Makefile
fs/cifs/cifs_dfs_ref.c [new file with mode: 0644]
fs/cifs/cifsfs.c
fs/cifs/cifsfs.h
fs/cifs/cifsproto.h

index 09898b8..6ba43fb 100644 (file)
@@ -10,4 +10,4 @@ cifs-y := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o \
 
 cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
 
-cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o
+cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o
Simple merge
Simple merge
Simple merge
Simple merge