diff options
-rw-r--r-- | fs/cachefiles/rdwr.c | 1 | ||||
-rw-r--r-- | fs/fscache/stats.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/fs/cachefiles/rdwr.c b/fs/cachefiles/rdwr.c index 883bc7bb12c5..5082c8a49686 100644 --- a/fs/cachefiles/rdwr.c +++ b/fs/cachefiles/rdwr.c | |||
@@ -952,6 +952,7 @@ error: | |||
952 | * - cache withdrawal is prevented by the caller | 952 | * - cache withdrawal is prevented by the caller |
953 | */ | 953 | */ |
954 | void cachefiles_uncache_page(struct fscache_object *_object, struct page *page) | 954 | void cachefiles_uncache_page(struct fscache_object *_object, struct page *page) |
955 | __releases(&object->fscache.cookie->lock) | ||
955 | { | 956 | { |
956 | struct cachefiles_object *object; | 957 | struct cachefiles_object *object; |
957 | struct cachefiles_cache *cache; | 958 | struct cachefiles_cache *cache; |
diff --git a/fs/fscache/stats.c b/fs/fscache/stats.c index 7ac6e839b065..fcc8c2f2690e 100644 --- a/fs/fscache/stats.c +++ b/fs/fscache/stats.c | |||
@@ -21,7 +21,6 @@ | |||
21 | atomic_t fscache_n_op_pend; | 21 | atomic_t fscache_n_op_pend; |
22 | atomic_t fscache_n_op_run; | 22 | atomic_t fscache_n_op_run; |
23 | atomic_t fscache_n_op_enqueue; | 23 | atomic_t fscache_n_op_enqueue; |
24 | atomic_t fscache_n_op_requeue; | ||
25 | atomic_t fscache_n_op_deferred_release; | 24 | atomic_t fscache_n_op_deferred_release; |
26 | atomic_t fscache_n_op_initialised; | 25 | atomic_t fscache_n_op_initialised; |
27 | atomic_t fscache_n_op_release; | 26 | atomic_t fscache_n_op_release; |