diff options
Diffstat (limited to 'fs/gfs2/bmap.h')
-rw-r--r-- | fs/gfs2/bmap.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/gfs2/bmap.h b/fs/gfs2/bmap.h index 23fb6589d5e3..bc46c1149120 100644 --- a/fs/gfs2/bmap.h +++ b/fs/gfs2/bmap.h | |||
@@ -16,9 +16,8 @@ typedef int (*gfs2_unstuffer_t) (struct gfs2_inode * ip, | |||
16 | int gfs2_unstuff_dinode(struct gfs2_inode *ip, gfs2_unstuffer_t unstuffer, | 16 | int gfs2_unstuff_dinode(struct gfs2_inode *ip, gfs2_unstuffer_t unstuffer, |
17 | void *private); | 17 | void *private); |
18 | 18 | ||
19 | int gfs2_block_map(struct gfs2_inode *ip, | 19 | int gfs2_block_map(struct inode *inode, u64 lblock, int *new, u64 *dblock, int *boundary); |
20 | uint64_t lblock, int *new, | 20 | int gfs2_extent_map(struct inode *inode, u64 lblock, int *new, u64 *dblock, unsigned *extlen); |
21 | uint64_t *dblock, uint32_t *extlen); | ||
22 | 21 | ||
23 | int gfs2_truncatei(struct gfs2_inode *ip, uint64_t size); | 22 | int gfs2_truncatei(struct gfs2_inode *ip, uint64_t size); |
24 | int gfs2_truncatei_resume(struct gfs2_inode *ip); | 23 | int gfs2_truncatei_resume(struct gfs2_inode *ip); |