diff options
author | David Howells <dhowells@redhat.com> | 2009-04-03 19:42:42 +0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2009-04-03 19:42:42 +0400 |
commit | 8ec442ae4c6577ed181682e534d4eef524e30b3c (patch) | |
tree | 44fb9013929f7227781525d1904ac16d6723ce6e /fs/nfs/Makefile | |
parent | 3b9ce977b2f31b6c396b6fb620df9881a30fac9d (diff) | |
download | linux-8ec442ae4c6577ed181682e534d4eef524e30b3c.tar.xz |
NFS: Register NFS for caching and retrieve the top-level index
Register NFS for caching and retrieve the top-level cache index object cookie.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Steve Dickson <steved@redhat.com>
Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Tested-by: Daire Byrne <Daire.Byrne@framestore.com>
Diffstat (limited to 'fs/nfs/Makefile')
-rw-r--r-- | fs/nfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/Makefile b/fs/nfs/Makefile index ac6170c594a3..0e0bb6c17a86 100644 --- a/fs/nfs/Makefile +++ b/fs/nfs/Makefile @@ -15,3 +15,4 @@ nfs-$(CONFIG_NFS_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \ callback.o callback_xdr.o callback_proc.o \ nfs4namespace.o nfs-$(CONFIG_SYSCTL) += sysctl.o +nfs-$(CONFIG_NFS_FSCACHE) += fscache-index.o |