From c652bf97f0c5ed9cdd80ce6c8a075d091513625d Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 8 Jul 2024 22:46:15 -0700 Subject: [PATCH] libxfs: remove duplicate rtalloc declarations in libxfs.h These already come from xfs_rtbitmap.h. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong [djwong: libxfs, not xfs] Signed-off-by: Darrick J. Wong --- include/libxfs.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/libxfs.h b/include/libxfs.h index 1b5183add..77c3d76e2 100644 --- a/include/libxfs.h +++ b/include/libxfs.h @@ -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" -- 2.50.1