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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h
index 8d64a97a9d5e..bbec539230fd 100644
--- a/fs/ocfs2/ocfs2.h
+++ b/fs/ocfs2/ocfs2.h
@@ -422,6 +422,7 @@ struct ocfs2_super
422 struct inode *osb_tl_inode; 422 struct inode *osb_tl_inode;
423 struct buffer_head *osb_tl_bh; 423 struct buffer_head *osb_tl_bh;
424 struct delayed_work osb_truncate_log_wq; 424 struct delayed_work osb_truncate_log_wq;
425 atomic_t osb_tl_disable;
425 /* 426 /*
426 * How many clusters in our truncate log. 427 * How many clusters in our truncate log.
427 * It must be protected by osb_tl_inode->i_mutex. 428 * It must be protected by osb_tl_inode->i_mutex.