diff options
author | Suresh Jayaraman <sjayaraman@suse.de> | 2010-07-05 18:11:50 +0530 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-08-02 12:40:33 +0000 |
commit | f579cf3cfd1e19ae5aab6929679d0c04bf1a6284 (patch) | |
tree | 19773895c06b9f3a251745f9c449051e4e0934c1 /fs/cifs/Makefile | |
parent | c21dfb699f35b6b5508fb808bb0ca211a865f2c9 (diff) | |
download | op-kernel-dev-f579cf3cfd1e19ae5aab6929679d0c04bf1a6284.zip op-kernel-dev-f579cf3cfd1e19ae5aab6929679d0c04bf1a6284.tar.gz |
cifs: register CIFS for caching
Define CIFS for FS-Cache and register for caching. Upon registration the
top-level index object cookie will be stuck to the netfs definition by
FS-Cache.
Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
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, 2 insertions, 0 deletions
diff --git a/fs/cifs/Makefile b/fs/cifs/Makefile index 9948c003..e2de709 100644 --- a/fs/cifs/Makefile +++ b/fs/cifs/Makefile @@ -11,3 +11,5 @@ 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_dfs_ref.o + +cifs-$(CONFIG_CIFS_FSCACHE) += cache.o |