]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
mkfs: remove a pointless rtfreesp_init forward declaration
authorChristoph Hellwig <hch@lst.de>
Tue, 29 Oct 2024 00:03:33 +0000 (17:03 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 31 Oct 2024 22:45:05 +0000 (15:45 -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 06010980c5b313d14411f56ea71ecf2ed6bc8d9d..9d21f027c0b1746cad09c9a1c7b4baa3c2a04441 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;