aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/ocfs2.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/ocfs2.h')
-rw-r--r--fs/ocfs2/ocfs2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h
index 6e54a496299e..c9bd7ce30ba6 100644
--- a/fs/ocfs2/ocfs2.h
+++ b/fs/ocfs2/ocfs2.h
@@ -77,6 +77,10 @@ struct ocfs2_caching_info {
77 */ 77 */
78 const struct ocfs2_caching_operations *ci_ops; 78 const struct ocfs2_caching_operations *ci_ops;
79 79
80 /* last transaction we were a part of. */
81 unsigned long ci_last_trans;
82
83 /* Cache structures */
80 unsigned int ci_flags; 84 unsigned int ci_flags;
81 unsigned int ci_num_cached; 85 unsigned int ci_num_cached;
82 union { 86 union {