commit | 6d5ae0deb1641bf615eafd8fef64218e10cb2fd0 | [log] [tgz] |
---|---|---|
author | Igor Mammedov <niallain@gmail.com> | Fri Jan 25 03:28:31 2008 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Fri Jan 25 03:28:31 2008 +0000 |
tree | 5b0d74ad31ce50534563bb1b7e6e06c4d3fdb4f9 | |
parent | ed2b91701d97047fa9970645e43d5e551e261adb [diff] [blame] |
[CIFS] DFS support: provide shrinkable mounts Signed-off-by: Igor Mammedov <niallain@gmail.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/Makefile b/fs/cifs/Makefile index 09898b8..6ba43fb 100644 --- a/fs/cifs/Makefile +++ b/fs/cifs/Makefile
@@ -10,4 +10,4 @@ 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