[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240430034728.86811-1-jiapeng.chong@linux.alibaba.com>
Date: Tue, 30 Apr 2024 11:47:27 +0800
From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
To: chandan.babu@...cle.com
Cc: djwong@...nel.org,
linux-xfs@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH 1/2] xfs: Remove duplicate xfs_da_format.h header
/fs/xfs/libxfs/xfs_trans_resv.c: xfs_da_format.h is included more than once.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8931
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
---
fs/xfs/libxfs/xfs_trans_resv.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/xfs/libxfs/xfs_trans_resv.c b/fs/xfs/libxfs/xfs_trans_resv.c
index 6dbe6e7251e7..3dc8f785bf29 100644
--- a/fs/xfs/libxfs/xfs_trans_resv.c
+++ b/fs/xfs/libxfs/xfs_trans_resv.c
@@ -22,7 +22,6 @@
#include "xfs_rtbitmap.h"
#include "xfs_attr_item.h"
#include "xfs_log.h"
-#include "xfs_da_format.h"
#define _ALLOC true
#define _FREE false
--
2.20.1.7.g153144c
Powered by blists - more mailing lists