]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
mkfs: remove a pointless rtfreesp_init forward declaration
authorChristoph Hellwig <hch@lst.de>
Thu, 11 Jul 2024 06:06:37 +0000 (08:06 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 18 Jul 2024 06:52:07 +0000 (08:52 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
mkfs/proto.c

index 77c6863cf26e8436e9ed1d4dae0da94de8cd446b..ac3597f6ced98b3766f0aacd5582d9e58009ab25 100644 (file)
@@ -19,7 +19,6 @@ static void rsvfile(xfs_mount_t *mp, xfs_inode_t *ip, long long len);
 static char *newregfile(char **pp, int *len);
 static int metadir_create(struct xfs_mount *mp);
 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;