]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
mkfs: remove a pointless rtfreesp_init forward declaration
authorChristoph Hellwig <hch@lst.de>
Tue, 30 Jul 2024 20:24:14 +0000 (13:24 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 1 Aug 2024 00:07:33 +0000 (17:07 -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 875f95492c252b6c08dabfef550d198d1b2516be..c145bf4fdc1fa3dfe1fe0ffbf7bbc7b6141a3432 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;