diff options
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index c7c6ec0f17c7..170ba93829c0 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -354,7 +354,9 @@ struct gfs2_trans { | |||
354 | 354 | ||
355 | unsigned int tr_num_buf; | 355 | unsigned int tr_num_buf; |
356 | unsigned int tr_num_buf_new; | 356 | unsigned int tr_num_buf_new; |
357 | unsigned int tr_num_databuf_new; | ||
357 | unsigned int tr_num_buf_rm; | 358 | unsigned int tr_num_buf_rm; |
359 | unsigned int tr_num_databuf_rm; | ||
358 | struct list_head tr_list_buf; | 360 | struct list_head tr_list_buf; |
359 | 361 | ||
360 | unsigned int tr_num_revoke; | 362 | unsigned int tr_num_revoke; |
@@ -599,6 +601,7 @@ struct gfs2_sbd { | |||
599 | 601 | ||
600 | unsigned int sd_log_blks_reserved; | 602 | unsigned int sd_log_blks_reserved; |
601 | unsigned int sd_log_commited_buf; | 603 | unsigned int sd_log_commited_buf; |
604 | unsigned int sd_log_commited_databuf; | ||
602 | unsigned int sd_log_commited_revoke; | 605 | unsigned int sd_log_commited_revoke; |
603 | 606 | ||
604 | unsigned int sd_log_num_gl; | 607 | unsigned int sd_log_num_gl; |
@@ -607,7 +610,6 @@ struct gfs2_sbd { | |||
607 | unsigned int sd_log_num_rg; | 610 | unsigned int sd_log_num_rg; |
608 | unsigned int sd_log_num_databuf; | 611 | unsigned int sd_log_num_databuf; |
609 | unsigned int sd_log_num_jdata; | 612 | unsigned int sd_log_num_jdata; |
610 | unsigned int sd_log_num_hdrs; | ||
611 | 613 | ||
612 | struct list_head sd_log_le_gl; | 614 | struct list_head sd_log_le_gl; |
613 | struct list_head sd_log_le_buf; | 615 | struct list_head sd_log_le_buf; |