diff options
author | David Howells <dhowells@redhat.com> | 2009-04-03 11:42:38 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2009-04-03 11:42:38 -0400 |
commit | 955d00917f0c094e0f2fb88df967e980ab66b8ca (patch) | |
tree | c6109684239fd45462e494fb4f26aa8e2e651922 /fs/fscache/Makefile | |
parent | 4c515dd47ab41be3f89e757d441661795470b376 (diff) |
FS-Cache: Provide a slab for cookie allocation
Provide a slab from which can be allocated the FS-Cache cookies that will be
presented to the netfs.
Also provide a slab constructor and a function to recursively discard a cookie
and its ancestor chain.
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 556708bb9796..f88ac1764ce3 100644 --- a/fs/fscache/Makefile +++ b/fs/fscache/Makefile | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | fscache-y := \ | 5 | fscache-y := \ |
6 | cache.o \ | 6 | cache.o \ |
7 | cookie.o \ | ||
7 | fsdef.o \ | 8 | fsdef.o \ |
8 | main.o | 9 | main.o |
9 | 10 | ||