From 787c54fd52ea56b64038678fc415cab3b9f64dbd Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 30 Jul 2024 13:24:14 -0700 Subject: [PATCH] mkfs: remove a pointless rtfreesp_init forward declaration Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- mkfs/proto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mkfs/proto.c b/mkfs/proto.c index 875f95492..c145bf4fd 100644 --- a/mkfs/proto.c +++ b/mkfs/proto.c @@ -18,7 +18,6 @@ static struct xfs_trans * getres(struct xfs_mount *mp, uint blocks); static void rsvfile(xfs_mount_t *mp, xfs_inode_t *ip, long long len); static char *newregfile(char **pp, int *len); static void rtinit(xfs_mount_t *mp); -static void rtfreesp_init(struct xfs_mount *mp); static long filesize(int fd); static int slashes_are_spaces; -- 2.50.1