diff options
Diffstat (limited to 'fs/gfs2/meta_io.h')
-rw-r--r-- | fs/gfs2/meta_io.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/gfs2/meta_io.h b/fs/gfs2/meta_io.h index 086a472df3f1..3323e6d0ed8f 100644 --- a/fs/gfs2/meta_io.h +++ b/fs/gfs2/meta_io.h | |||
@@ -46,12 +46,12 @@ void gfs2_ail2_empty_one(struct gfs2_sbd *sdp, struct gfs2_ail *ai); | |||
46 | void gfs2_ail_empty_gl(struct gfs2_glock *gl); | 46 | void gfs2_ail_empty_gl(struct gfs2_glock *gl); |
47 | 47 | ||
48 | void gfs2_meta_inval(struct gfs2_glock *gl); | 48 | void gfs2_meta_inval(struct gfs2_glock *gl); |
49 | void gfs2_meta_sync(struct gfs2_glock *gl, int flags); | 49 | void gfs2_meta_sync(struct gfs2_glock *gl); |
50 | 50 | ||
51 | struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno); | 51 | struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno); |
52 | int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, | 52 | int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, |
53 | int flags, struct buffer_head **bhp); | 53 | int flags, struct buffer_head **bhp); |
54 | int gfs2_meta_reread(struct gfs2_sbd *sdp, struct buffer_head *bh, int flags); | 54 | int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh); |
55 | 55 | ||
56 | void gfs2_attach_bufdata(struct gfs2_glock *gl, struct buffer_head *bh, | 56 | void gfs2_attach_bufdata(struct gfs2_glock *gl, struct buffer_head *bh, |
57 | int meta); | 57 | int meta); |
@@ -71,7 +71,7 @@ static inline int gfs2_meta_inode_buffer(struct gfs2_inode *ip, | |||
71 | return gfs2_meta_indirect_buffer(ip, 0, ip->i_num.no_addr, 0, bhp); | 71 | return gfs2_meta_indirect_buffer(ip, 0, ip->i_num.no_addr, 0, bhp); |
72 | } | 72 | } |
73 | 73 | ||
74 | void gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen); | 74 | struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen); |
75 | void gfs2_meta_syncfs(struct gfs2_sbd *sdp); | 75 | void gfs2_meta_syncfs(struct gfs2_sbd *sdp); |
76 | 76 | ||
77 | #endif /* __DIO_DOT_H__ */ | 77 | #endif /* __DIO_DOT_H__ */ |