]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
mkfs: remove a pointless rtfreesp_init forward declaration
authorChristoph Hellwig <hch@lst.de>
Wed, 7 Aug 2024 23:01:56 +0000 (16:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sat, 10 Aug 2024 06:54:46 +0000 (23:54 -0700)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
mkfs/proto.c

index 81c4f6dbfdaaead0de75f71693eaadeec7136fb3..8663cc622b896a40539c42b3d960c927c6532c2d 100644 (file)
@@ -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;