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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/gfs2/bmap.h b/fs/gfs2/bmap.h
index 25ea32905c67..b83b5924828f 100644
--- a/fs/gfs2/bmap.h
+++ b/fs/gfs2/bmap.h
@@ -23,8 +23,7 @@ int gfs2_block_map(struct gfs2_inode *ip,
23 uint64_t *dblock, uint32_t *extlen); 23 uint64_t *dblock, uint32_t *extlen);
24 24
25typedef int (*gfs2_truncator_t) (struct gfs2_inode * ip, uint64_t size); 25typedef int (*gfs2_truncator_t) (struct gfs2_inode * ip, uint64_t size);
26int gfs2_truncatei(struct gfs2_inode *ip, uint64_t size, 26int gfs2_truncatei(struct gfs2_inode *ip, uint64_t size);
27 gfs2_truncator_t truncator);
28int gfs2_truncatei_resume(struct gfs2_inode *ip); 27int gfs2_truncatei_resume(struct gfs2_inode *ip);
29int gfs2_file_dealloc(struct gfs2_inode *ip); 28int gfs2_file_dealloc(struct gfs2_inode *ip);
30 29