diff options
Diffstat (limited to 'fs/gfs2/recovery.h')
-rw-r--r-- | fs/gfs2/recovery.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/recovery.h b/fs/gfs2/recovery.h index bed1a7857f6e..1b35516b7591 100644 --- a/fs/gfs2/recovery.h +++ b/fs/gfs2/recovery.h | |||
@@ -19,8 +19,8 @@ static inline void gfs2_replay_incr_blk(struct gfs2_sbd *sdp, unsigned int *blk) | |||
19 | int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk, | 19 | int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk, |
20 | struct buffer_head **bh); | 20 | struct buffer_head **bh); |
21 | 21 | ||
22 | int gfs2_revoke_add(struct gfs2_sbd *sdp, uint64_t blkno, unsigned int where); | 22 | int gfs2_revoke_add(struct gfs2_sbd *sdp, u64 blkno, unsigned int where); |
23 | int gfs2_revoke_check(struct gfs2_sbd *sdp, uint64_t blkno, unsigned int where); | 23 | int gfs2_revoke_check(struct gfs2_sbd *sdp, u64 blkno, unsigned int where); |
24 | void gfs2_revoke_clean(struct gfs2_sbd *sdp); | 24 | void gfs2_revoke_clean(struct gfs2_sbd *sdp); |
25 | 25 | ||
26 | int gfs2_find_jhead(struct gfs2_jdesc *jd, | 26 | int gfs2_find_jhead(struct gfs2_jdesc *jd, |