diff options
Diffstat (limited to 'include/linux/fscache-cache.h')
-rw-r--r-- | include/linux/fscache-cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fscache-cache.h b/include/linux/fscache-cache.h index 184cbdfbcc99..f3aa4bdafef6 100644 --- a/include/linux/fscache-cache.h +++ b/include/linux/fscache-cache.h | |||
@@ -310,6 +310,7 @@ struct fscache_cookie { | |||
310 | atomic_t usage; /* number of users of this cookie */ | 310 | atomic_t usage; /* number of users of this cookie */ |
311 | atomic_t n_children; /* number of children of this cookie */ | 311 | atomic_t n_children; /* number of children of this cookie */ |
312 | spinlock_t lock; | 312 | spinlock_t lock; |
313 | spinlock_t stores_lock; /* lock on page store tree */ | ||
313 | struct hlist_head backing_objects; /* object(s) backing this file/index */ | 314 | struct hlist_head backing_objects; /* object(s) backing this file/index */ |
314 | const struct fscache_cookie_def *def; /* definition */ | 315 | const struct fscache_cookie_def *def; /* definition */ |
315 | struct fscache_cookie *parent; /* parent of this entry */ | 316 | struct fscache_cookie *parent; /* parent of this entry */ |