diff options
Diffstat (limited to 'include/linux/fscache-cache.h')
-rw-r--r-- | include/linux/fscache-cache.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fscache-cache.h b/include/linux/fscache-cache.h index a9ff9a36b86d..7823e9ef995e 100644 --- a/include/linux/fscache-cache.h +++ b/include/linux/fscache-cache.h | |||
@@ -251,6 +251,10 @@ struct fscache_cache_ops { | |||
251 | /* unpin an object in the cache */ | 251 | /* unpin an object in the cache */ |
252 | void (*unpin_object)(struct fscache_object *object); | 252 | void (*unpin_object)(struct fscache_object *object); |
253 | 253 | ||
254 | /* check the consistency between the backing cache and the FS-Cache | ||
255 | * cookie */ | ||
256 | bool (*check_consistency)(struct fscache_operation *op); | ||
257 | |||
254 | /* store the updated auxiliary data on an object */ | 258 | /* store the updated auxiliary data on an object */ |
255 | void (*update_object)(struct fscache_object *object); | 259 | void (*update_object)(struct fscache_object *object); |
256 | 260 | ||