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 f3aa4bdafef6..4750d5fb419f 100644 --- a/include/linux/fscache-cache.h +++ b/include/linux/fscache-cache.h | |||
@@ -317,6 +317,7 @@ struct fscache_cookie { | |||
317 | void *netfs_data; /* back pointer to netfs */ | 317 | void *netfs_data; /* back pointer to netfs */ |
318 | struct radix_tree_root stores; /* pages to be stored on this cookie */ | 318 | struct radix_tree_root stores; /* pages to be stored on this cookie */ |
319 | #define FSCACHE_COOKIE_PENDING_TAG 0 /* pages tag: pending write to cache */ | 319 | #define FSCACHE_COOKIE_PENDING_TAG 0 /* pages tag: pending write to cache */ |
320 | #define FSCACHE_COOKIE_STORING_TAG 1 /* pages tag: writing to cache */ | ||
320 | 321 | ||
321 | unsigned long flags; | 322 | unsigned long flags; |
322 | #define FSCACHE_COOKIE_LOOKING_UP 0 /* T if non-index cookie being looked up still */ | 323 | #define FSCACHE_COOKIE_LOOKING_UP 0 /* T if non-index cookie being looked up still */ |