From: Jiapeng Chong Date: Wed, 12 Mar 2025 01:44:51 +0000 (+0800) Subject: xfs: Remove duplicate xfs_rtbitmap.h header X-Git-Tag: v6.15-rc1~149^2~7^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcb255537bee25560af03c583b44866e73a8eb40;p=thirdparty%2Flinux.git xfs: Remove duplicate xfs_rtbitmap.h header ./fs/xfs/libxfs/xfs_sb.c: xfs_rtbitmap.h is included more than once. Fixes: 2167eaabe2fa ("xfs: define the zoned on-disk format") Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=19446 Signed-off-by: Jiapeng Chong Reviewed-by: Christoph Hellwig Signed-off-by: Carlos Maiolino --- diff --git a/fs/xfs/libxfs/xfs_sb.c b/fs/xfs/libxfs/xfs_sb.c index e42bfd04a7c60..711e180f9ebb8 100644 --- a/fs/xfs/libxfs/xfs_sb.c +++ b/fs/xfs/libxfs/xfs_sb.c @@ -30,7 +30,6 @@ #include "xfs_rtgroup.h" #include "xfs_rtrmap_btree.h" #include "xfs_rtrefcount_btree.h" -#include "xfs_rtbitmap.h" /* * Physical superblock buffer manipulations. Shared with libxfs in userspace.