aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/logfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/logfs/logfs.h')
-rw-r--r--fs/logfs/logfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/logfs/logfs.h b/fs/logfs/logfs.h
index 32bf55616e56..26a9458e6b13 100644
--- a/fs/logfs/logfs.h
+++ b/fs/logfs/logfs.h
@@ -394,6 +394,7 @@ struct logfs_super {
394 int s_lock_count; 394 int s_lock_count;
395 mempool_t *s_block_pool; /* struct logfs_block pool */ 395 mempool_t *s_block_pool; /* struct logfs_block pool */
396 mempool_t *s_shadow_pool; /* struct logfs_shadow pool */ 396 mempool_t *s_shadow_pool; /* struct logfs_shadow pool */
397 struct list_head s_writeback_list; /* writeback pages */
397 /* 398 /*
398 * Space accounting: 399 * Space accounting:
399 * - s_used_bytes specifies space used to store valid data objects. 400 * - s_used_bytes specifies space used to store valid data objects.