diff options
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index cf0e34400f71..645655cccdc8 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -462,11 +462,11 @@ struct gfs2_trans { | |||
462 | unsigned int tr_blocks; | 462 | unsigned int tr_blocks; |
463 | unsigned int tr_revokes; | 463 | unsigned int tr_revokes; |
464 | unsigned int tr_reserved; | 464 | unsigned int tr_reserved; |
465 | unsigned int tr_touched:1; | ||
466 | unsigned int tr_attached:1; | ||
465 | 467 | ||
466 | struct gfs2_holder tr_t_gh; | 468 | struct gfs2_holder tr_t_gh; |
467 | 469 | ||
468 | int tr_touched; | ||
469 | int tr_attached; | ||
470 | 470 | ||
471 | unsigned int tr_num_buf_new; | 471 | unsigned int tr_num_buf_new; |
472 | unsigned int tr_num_databuf_new; | 472 | unsigned int tr_num_databuf_new; |