]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
xfs: Remove duplicate xfs_rtbitmap.h header
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 12 Mar 2025 01:44:51 +0000 (09:44 +0800)
committerCarlos Maiolino <cem@kernel.org>
Wed, 12 Mar 2025 09:00:43 +0000 (10:00 +0100)
./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 <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=19446
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/libxfs/xfs_sb.c

index e42bfd04a7c605f039f501a265ccb2865544e268..711e180f9ebb835296afda1949f320d3425ecca6 100644 (file)
@@ -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.