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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h
index 4d6e200a4843..128279986d65 100644
--- a/fs/ocfs2/ocfs2.h
+++ b/fs/ocfs2/ocfs2.h
@@ -272,6 +272,11 @@ struct ocfs2_super
272 272
273 u64 la_last_gd; 273 u64 la_last_gd;
274 274
275#ifdef CONFIG_OCFS2_FS_STATS
276 struct dentry *local_alloc_debug;
277 char *local_alloc_debug_buf;
278#endif
279
275 /* Next two fields are for local node slot recovery during 280 /* Next two fields are for local node slot recovery during
276 * mount. */ 281 * mount. */
277 int dirty; 282 int dirty;