]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
libxfs: remove duplicate rtalloc declarations in libxfs.h
authorChristoph Hellwig <hch@lst.de>
Tue, 9 Jul 2024 07:34:31 +0000 (09:34 +0200)
committerCarlos Maiolino <cem@kernel.org>
Mon, 22 Jul 2024 09:21:12 +0000 (11:21 +0200)
These already come from xfs_rtbitmap.h.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
include/libxfs.h

index fb8efb696220a8431e24281fb02e23c1b4f2fcfe..40e41ea7723e7978608d02c329f601d4a7f32a22 100644 (file)
@@ -220,11 +220,6 @@ libxfs_bmbt_disk_get_all(
                irec->br_state = XFS_EXT_NORM;
 }
 
-/* XXX: this is clearly a bug - a shared header needs to export this */
-/* xfs_rtalloc.c */
-int libxfs_rtfree_extent(struct xfs_trans *, xfs_rtblock_t, xfs_extlen_t);
-bool libxfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
-
 #include "xfs_attr.h"
 #include "topology.h"