diff options
author | David Howells <dhowells@redhat.com> | 2013-08-22 01:29:21 +0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2013-09-06 12:17:30 +0400 |
commit | 5002d7bef81c9646bbb06fb57db4a100aa5a57c5 (patch) | |
tree | 7894e28d5f50756b655acf46dbed6cdd41deccec /fs/cachefiles/internal.h | |
parent | da9803bc8812f5bd3b26baaa90e515b843c65ff7 (diff) | |
download | linux-5002d7bef81c9646bbb06fb57db4a100aa5a57c5.tar.xz |
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, struct cachefiles_xattr *auxdata); extern int cachefiles_update_object_xattr(struct cachefiles_object *object, struct cachefiles_xattr *auxdata); +extern int cachefiles_check_auxdata(struct cachefiles_object *object); extern int cachefiles_check_object_xattr(struct cachefiles_object *object, struct cachefiles_xattr *auxdata); extern int cachefiles_remove_object_xattr(struct cachefiles_cache *cache, |