diff options
author | David Howells <dhowells@redhat.com> | 2013-08-21 17:29:21 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2013-09-06 04:17:30 -0400 |
commit | 5002d7bef81c9646bbb06fb57db4a100aa5a57c5 (patch) | |
tree | 7894e28d5f50756b655acf46dbed6cdd41deccec /fs/cachefiles/internal.h | |
parent | da9803bc8812f5bd3b26baaa90e515b843c65ff7 (diff) |
CacheFiles: Implement interface to check cache consistency
Implement the FS-Cache interface to check the consistency of a cache object in
CacheFiles.
Original-author: Hongyi Jia <jiayisuse@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Hongyi Jia <jiayisuse@gmail.com>
cc: Milosz Tanski <milosz@adfin.com>
Diffstat (limited to 'fs/cachefiles/internal.h')
-rw-r--r-- | fs/cachefiles/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cachefiles/internal.h b/fs/cachefiles/internal.h index 49382519907a..5349473df1b1 100644 --- a/fs/cachefiles/internal.h +++ b/fs/cachefiles/internal.h | |||
@@ -235,6 +235,7 @@ extern int cachefiles_set_object_xattr(struct cachefiles_object *object, | |||
235 | struct cachefiles_xattr *auxdata); | 235 | struct cachefiles_xattr *auxdata); |
236 | extern int cachefiles_update_object_xattr(struct cachefiles_object *object, | 236 | extern int cachefiles_update_object_xattr(struct cachefiles_object *object, |
237 | struct cachefiles_xattr *auxdata); | 237 | struct cachefiles_xattr *auxdata); |
238 | extern int cachefiles_check_auxdata(struct cachefiles_object *object); | ||
238 | extern int cachefiles_check_object_xattr(struct cachefiles_object *object, | 239 | extern int cachefiles_check_object_xattr(struct cachefiles_object *object, |
239 | struct cachefiles_xattr *auxdata); | 240 | struct cachefiles_xattr *auxdata); |
240 | extern int cachefiles_remove_object_xattr(struct cachefiles_cache *cache, | 241 | extern int cachefiles_remove_object_xattr(struct cachefiles_cache *cache, |