aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/bmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/bmap.h')
-rw-r--r--fs/gfs2/bmap.h5
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,
16int gfs2_unstuff_dinode(struct gfs2_inode *ip, gfs2_unstuffer_t unstuffer, 16int gfs2_unstuff_dinode(struct gfs2_inode *ip, gfs2_unstuffer_t unstuffer,
17 void *private); 17 void *private);
18 18
19int gfs2_block_map(struct gfs2_inode *ip, 19int gfs2_block_map(struct inode *inode, u64 lblock, int *new, u64 *dblock, int *boundary);
20 uint64_t lblock, int *new, 20int gfs2_extent_map(struct inode *inode, u64 lblock, int *new, u64 *dblock, unsigned *extlen);
21 uint64_t *dblock, uint32_t *extlen);
22 21
23int gfs2_truncatei(struct gfs2_inode *ip, uint64_t size); 22int gfs2_truncatei(struct gfs2_inode *ip, uint64_t size);
24int gfs2_truncatei_resume(struct gfs2_inode *ip); 23int gfs2_truncatei_resume(struct gfs2_inode *ip);