From: Christoph Hellwig Date: Tue, 9 Jul 2024 07:34:31 +0000 (+0200) Subject: libxfs: remove duplicate rtalloc declarations in libxfs.h X-Git-Tag: v6.10.0~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ac2403fefb57478cf1933e72e4ff0caabe508d2;p=thirdparty%2Fxfsprogs-dev.git libxfs: remove duplicate rtalloc declarations in libxfs.h These already come from xfs_rtbitmap.h. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Reviewed-by: Darrick J. Wong --- diff --git a/include/libxfs.h b/include/libxfs.h index fb8efb69..40e41ea7 100644 --- a/include/libxfs.h +++ b/include/libxfs.h @@ -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"