diff options
author | David Howells <dhowells@redhat.com> | 2009-11-19 13:11:38 -0500 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2009-11-19 13:11:38 -0500 |
commit | 2175bb06dc6cf2af9c098a1770561f9e63edae4e (patch) | |
tree | 579c8d4b3f4f92efee919953dab2c78cea8c21ea /fs/fscache/internal.h | |
parent | 201a15428bd54f83eccec8b7c64a04b8f9431204 (diff) |
FS-Cache: Add a retirement stat counter
Add a stat counter to count retirement events rather than ordinary release
events (the retire argument to fscache_relinquish_cookie()).
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/fscache/internal.h')
-rw-r--r-- | fs/fscache/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fscache/internal.h b/fs/fscache/internal.h index e5046519b153..2bf463d26080 100644 --- a/fs/fscache/internal.h +++ b/fs/fscache/internal.h | |||
@@ -202,6 +202,7 @@ extern atomic_t fscache_n_updates_run; | |||
202 | extern atomic_t fscache_n_relinquishes; | 202 | extern atomic_t fscache_n_relinquishes; |
203 | extern atomic_t fscache_n_relinquishes_null; | 203 | extern atomic_t fscache_n_relinquishes_null; |
204 | extern atomic_t fscache_n_relinquishes_waitcrt; | 204 | extern atomic_t fscache_n_relinquishes_waitcrt; |
205 | extern atomic_t fscache_n_relinquishes_retire; | ||
205 | 206 | ||
206 | extern atomic_t fscache_n_cookie_index; | 207 | extern atomic_t fscache_n_cookie_index; |
207 | extern atomic_t fscache_n_cookie_data; | 208 | extern atomic_t fscache_n_cookie_data; |