diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-01-30 08:36:53 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-01-30 08:36:53 -0500 |
commit | fd2ee6bb1ef02dfe1f1e1f5b44322e0854596e9a (patch) | |
tree | e334e47985f1bf8e0c551762d576a550a6a58dcc /fs/gfs2/bmap.h | |
parent | e13940ba56157a663944f2a827be96b6b787e260 (diff) |
[GFS2] Remove unused prototype
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/bmap.h')
-rw-r--r-- | fs/gfs2/bmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/bmap.h b/fs/gfs2/bmap.h index b83b5924828f..ee9ec8d7515c 100644 --- a/fs/gfs2/bmap.h +++ b/fs/gfs2/bmap.h | |||
@@ -22,7 +22,6 @@ int gfs2_block_map(struct gfs2_inode *ip, | |||
22 | uint64_t lblock, int *new, | 22 | uint64_t lblock, int *new, |
23 | uint64_t *dblock, uint32_t *extlen); | 23 | uint64_t *dblock, uint32_t *extlen); |
24 | 24 | ||
25 | typedef int (*gfs2_truncator_t) (struct gfs2_inode * ip, uint64_t size); | ||
26 | int gfs2_truncatei(struct gfs2_inode *ip, uint64_t size); | 25 | int gfs2_truncatei(struct gfs2_inode *ip, uint64_t size); |
27 | int gfs2_truncatei_resume(struct gfs2_inode *ip); | 26 | int gfs2_truncatei_resume(struct gfs2_inode *ip); |
28 | int gfs2_file_dealloc(struct gfs2_inode *ip); | 27 | int gfs2_file_dealloc(struct gfs2_inode *ip); |