diff options
Diffstat (limited to 'fs/ocfs2/ocfs2.h')
-rw-r--r-- | fs/ocfs2/ocfs2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h index 70dd3b1798f1..51cd6898e7f1 100644 --- a/fs/ocfs2/ocfs2.h +++ b/fs/ocfs2/ocfs2.h | |||
@@ -420,6 +420,11 @@ struct ocfs2_super | |||
420 | struct inode *osb_tl_inode; | 420 | struct inode *osb_tl_inode; |
421 | struct buffer_head *osb_tl_bh; | 421 | struct buffer_head *osb_tl_bh; |
422 | struct delayed_work osb_truncate_log_wq; | 422 | struct delayed_work osb_truncate_log_wq; |
423 | /* | ||
424 | * How many clusters in our truncate log. | ||
425 | * It must be protected by osb_tl_inode->i_mutex. | ||
426 | */ | ||
427 | unsigned int truncated_clusters; | ||
423 | 428 | ||
424 | struct ocfs2_node_map osb_recovering_orphan_dirs; | 429 | struct ocfs2_node_map osb_recovering_orphan_dirs; |
425 | unsigned int *osb_orphan_wipes; | 430 | unsigned int *osb_orphan_wipes; |