aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r--fs/gfs2/incore.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index 478023e9fda6..911822d1e4c0 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -168,6 +168,7 @@ enum {
168 GLF_PENDING_DEMOTE = 4, 168 GLF_PENDING_DEMOTE = 4,
169 GLF_DIRTY = 5, 169 GLF_DIRTY = 5,
170 GLF_DEMOTE_IN_PROGRESS = 6, 170 GLF_DEMOTE_IN_PROGRESS = 6,
171 GLF_LFLUSH = 7,
171}; 172};
172 173
173struct gfs2_glock { 174struct gfs2_glock {
@@ -208,7 +209,6 @@ struct gfs2_glock {
208 struct gfs2_sbd *gl_sbd; 209 struct gfs2_sbd *gl_sbd;
209 210
210 struct inode *gl_aspace; 211 struct inode *gl_aspace;
211 struct gfs2_log_element gl_le;
212 struct list_head gl_ail_list; 212 struct list_head gl_ail_list;
213 atomic_t gl_ail_count; 213 atomic_t gl_ail_count;
214 struct delayed_work gl_work; 214 struct delayed_work gl_work;
@@ -584,13 +584,11 @@ struct gfs2_sbd {
584 unsigned int sd_log_commited_databuf; 584 unsigned int sd_log_commited_databuf;
585 unsigned int sd_log_commited_revoke; 585 unsigned int sd_log_commited_revoke;
586 586
587 unsigned int sd_log_num_gl;
588 unsigned int sd_log_num_buf; 587 unsigned int sd_log_num_buf;
589 unsigned int sd_log_num_revoke; 588 unsigned int sd_log_num_revoke;
590 unsigned int sd_log_num_rg; 589 unsigned int sd_log_num_rg;
591 unsigned int sd_log_num_databuf; 590 unsigned int sd_log_num_databuf;
592 591
593 struct list_head sd_log_le_gl;
594 struct list_head sd_log_le_buf; 592 struct list_head sd_log_le_buf;
595 struct list_head sd_log_le_revoke; 593 struct list_head sd_log_le_revoke;
596 struct list_head sd_log_le_rg; 594 struct list_head sd_log_le_rg;