diff options
Diffstat (limited to 'fs/gfs2/trans.h')
-rw-r--r-- | fs/gfs2/trans.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/trans.h b/fs/gfs2/trans.h index 9e3ce84f6102..6550d3d18263 100644 --- a/fs/gfs2/trans.h +++ b/fs/gfs2/trans.h | |||
@@ -27,8 +27,8 @@ void gfs2_trans_end(struct gfs2_sbd *sdp); | |||
27 | 27 | ||
28 | void gfs2_trans_add_gl(struct gfs2_glock *gl); | 28 | void gfs2_trans_add_gl(struct gfs2_glock *gl); |
29 | void gfs2_trans_add_bh(struct gfs2_glock *gl, struct buffer_head *bh, int meta); | 29 | void gfs2_trans_add_bh(struct gfs2_glock *gl, struct buffer_head *bh, int meta); |
30 | void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, uint64_t blkno); | 30 | void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, u64 blkno); |
31 | void gfs2_trans_add_unrevoke(struct gfs2_sbd *sdp, uint64_t blkno); | 31 | void gfs2_trans_add_unrevoke(struct gfs2_sbd *sdp, u64 blkno); |
32 | void gfs2_trans_add_rg(struct gfs2_rgrpd *rgd); | 32 | void gfs2_trans_add_rg(struct gfs2_rgrpd *rgd); |
33 | 33 | ||
34 | #endif /* __TRANS_DOT_H__ */ | 34 | #endif /* __TRANS_DOT_H__ */ |