From: Steven Whitehouse Date: Mon, 30 Jan 2006 13:36:53 +0000 (+0000) Subject: [GFS2] Remove unused prototype X-Git-Tag: v2.6.19-rc1~32^2~285 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fd2ee6bb1ef02dfe1f1e1f5b44322e0854596e9a;p=karo-tx-linux.git [GFS2] Remove unused prototype Signed-off-by: Steven Whitehouse --- 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, uint64_t lblock, int *new, uint64_t *dblock, uint32_t *extlen); -typedef int (*gfs2_truncator_t) (struct gfs2_inode * ip, uint64_t size); int gfs2_truncatei(struct gfs2_inode *ip, uint64_t size); int gfs2_truncatei_resume(struct gfs2_inode *ip); int gfs2_file_dealloc(struct gfs2_inode *ip);