diff options
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 2443e9aad598..c741016d07dc 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -360,7 +360,7 @@ struct gfs2_trans { | |||
360 | unsigned int tr_revokes; | 360 | unsigned int tr_revokes; |
361 | unsigned int tr_reserved; | 361 | unsigned int tr_reserved; |
362 | 362 | ||
363 | struct gfs2_holder *tr_t_gh; | 363 | struct gfs2_holder tr_t_gh; |
364 | 364 | ||
365 | int tr_touched; | 365 | int tr_touched; |
366 | 366 | ||