aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/trans.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/trans.h')
-rw-r--r--fs/gfs2/trans.h4
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
28void gfs2_trans_add_gl(struct gfs2_glock *gl); 28void gfs2_trans_add_gl(struct gfs2_glock *gl);
29void gfs2_trans_add_bh(struct gfs2_glock *gl, struct buffer_head *bh, int meta); 29void gfs2_trans_add_bh(struct gfs2_glock *gl, struct buffer_head *bh, int meta);
30void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, uint64_t blkno); 30void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, u64 blkno);
31void gfs2_trans_add_unrevoke(struct gfs2_sbd *sdp, uint64_t blkno); 31void gfs2_trans_add_unrevoke(struct gfs2_sbd *sdp, u64 blkno);
32void gfs2_trans_add_rg(struct gfs2_rgrpd *rgd); 32void gfs2_trans_add_rg(struct gfs2_rgrpd *rgd);
33 33
34#endif /* __TRANS_DOT_H__ */ 34#endif /* __TRANS_DOT_H__ */