diff mbox series

[2/2] xfs: Remove duplicate xfs_da_btree.h header

Message ID 20240430034728.86811-2-jiapeng.chong@linux.alibaba.com (mailing list archive)
State New
Headers show
Series [1/2] xfs: Remove duplicate xfs_da_format.h header | expand

Commit Message

Jiapeng Chong April 30, 2024, 3:47 a.m. UTC
./fs/xfs/xfs_handle.c: xfs_da_btree.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8930
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 fs/xfs/xfs_handle.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Christoph Hellwig April 30, 2024, 4:04 a.m. UTC | #1
Same bugzilla comment as for the previous one.  Otherwise looks good:

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

Patch

diff --git a/fs/xfs/xfs_handle.c b/fs/xfs/xfs_handle.c
index c8785ed59543..234b2c965fb6 100644
--- a/fs/xfs/xfs_handle.c
+++ b/fs/xfs/xfs_handle.c
@@ -21,7 +21,6 @@ 
 #include "xfs_attr.h"
 #include "xfs_ioctl.h"
 #include "xfs_parent.h"
-#include "xfs_da_btree.h"
 #include "xfs_handle.h"
 #include "xfs_health.h"
 #include "xfs_icache.h"