[PATCH] xfs: remove duplicate xfs_rtbitmap.h header

Chen Ni posted 1 patch 9 months ago
fs/xfs/scrub/repair.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] xfs: remove duplicate xfs_rtbitmap.h header
Posted by Chen Ni 9 months ago
Remove duplicate header which is included twice.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
---
 fs/xfs/scrub/repair.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/xfs/scrub/repair.c b/fs/xfs/scrub/repair.c
index f8f9ed30f56b..5ce5064d67e5 100644
--- a/fs/xfs/scrub/repair.c
+++ b/fs/xfs/scrub/repair.c
@@ -21,7 +21,6 @@
 #include "xfs_rmap.h"
 #include "xfs_rmap_btree.h"
 #include "xfs_refcount_btree.h"
-#include "xfs_rtbitmap.h"
 #include "xfs_extent_busy.h"
 #include "xfs_ag.h"
 #include "xfs_ag_resv.h"
-- 
2.25.1
Re: [PATCH] xfs: remove duplicate xfs_rtbitmap.h header
Posted by Christoph Hellwig 9 months ago
Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>