]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
libxfs: remove duplicate rtalloc declarations in libxfs.h
authorChristoph Hellwig <hch@lst.de>
Tue, 9 Jul 2024 05:46:15 +0000 (22:46 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 5 Aug 2024 18:52:43 +0000 (11:52 -0700)
These already come from xfs_rtbitmap.h.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
[djwong: libxfs, not xfs]
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
include/libxfs.h

index 1b5183add9c8b1696af7ee3bc46de4039922a167..77c3d76e21dd737db28dec8faa0c58f3b10f2cfc 100644 (file)
@@ -225,11 +225,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"