diff options
author | David Howells <dhowells@redhat.com> | 2009-04-03 19:42:37 +0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2009-04-03 19:42:37 +0400 |
commit | 0e04d4cefcf4d8fbbdb2c50e93ad541582933fd2 (patch) | |
tree | 97c4cda6a2c246660e6a5c718a9272375cdb259c /fs/fscache/Makefile | |
parent | a6891645cf2ddd4778096848a864580e7258faba (diff) | |
download | linux-0e04d4cefcf4d8fbbdb2c50e93ad541582933fd2.tar.xz |
FS-Cache: Add cache tag handling
Implement two features of FS-Cache:
(1) The ability to request and release cache tags - names by which a cache may
be known to a netfs, and thus selected for use.
(2) An internal function by which a cache is selected by consulting the netfs,
if the netfs wishes to be consulted.
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/fscache/Makefile')
-rw-r--r-- | fs/fscache/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fscache/Makefile b/fs/fscache/Makefile index bc1f3b9d811a..556708bb9796 100644 --- a/fs/fscache/Makefile +++ b/fs/fscache/Makefile @@ -3,6 +3,7 @@ # fscache-y := \ + cache.o \ fsdef.o \ main.o |