diff options
author | Igor Mammedov <niallain@gmail.com> | 2008-01-25 03:28:31 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-01-25 03:28:31 +0000 |
commit | 6d5ae0deb1641bf615eafd8fef64218e10cb2fd0 (patch) | |
tree | 5b0d74ad31ce50534563bb1b7e6e06c4d3fdb4f9 /fs/cifs/Makefile | |
parent | ed2b91701d97047fa9970645e43d5e551e261adb (diff) | |
download | op-kernel-dev-6d5ae0deb1641bf615eafd8fef64218e10cb2fd0.zip op-kernel-dev-6d5ae0deb1641bf615eafd8fef64218e10cb2fd0.tar.gz |
[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 09898b8..6ba43fb 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 \ 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 |