diff options
author | Igor Mammedov <niallain@gmail.com> | 2008-01-24 22:28:31 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-01-24 22:28:31 -0500 |
commit | 6d5ae0deb1641bf615eafd8fef64218e10cb2fd0 (patch) | |
tree | 5b0d74ad31ce50534563bb1b7e6e06c4d3fdb4f9 /fs/cifs/Makefile | |
parent | ed2b91701d97047fa9970645e43d5e551e261adb (diff) |
[CIFS] DFS support: provide shrinkable mounts
Signed-off-by: Igor Mammedov <niallain@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/Makefile')
-rw-r--r-- | fs/cifs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/Makefile b/fs/cifs/Makefile index 09898b8dc69b..6ba43fb346fb 100644 --- a/fs/cifs/Makefile +++ b/fs/cifs/Makefile | |||
@@ -10,4 +10,4 @@ cifs-y := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o \ | |||
10 | 10 | ||
11 | cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o | 11 | cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o |
12 | 12 | ||
13 | cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o | 13 | cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o |