public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] xfs: Remove duplicated include in xfs_iomap.c
@ 2022-12-02  1:05 Yang Li
  0 siblings, 0 replies; only message in thread
From: Yang Li @ 2022-12-02  1:05 UTC (permalink / raw)
  To: djwong; +Cc: linux-xfs, linux-kernel, Yang Li, Abaci Robot

./fs/xfs/xfs_iomap.c: xfs_error.h is included more than once.
./fs/xfs/xfs_iomap.c: xfs_errortag.h is included more than once.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3337
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 fs/xfs/xfs_iomap.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/xfs/xfs_iomap.c b/fs/xfs/xfs_iomap.c
index 68436370927d..43f447199c08 100644
--- a/fs/xfs/xfs_iomap.c
+++ b/fs/xfs/xfs_iomap.c
@@ -27,8 +27,6 @@
 #include "xfs_dquot_item.h"
 #include "xfs_dquot.h"
 #include "xfs_reflink.h"
-#include "xfs_error.h"
-#include "xfs_errortag.h"
 
 #define XFS_ALLOC_ALIGN(mp, off) \
 	(((off) >> mp->m_allocsize_log) << mp->m_allocsize_log)
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-02  1:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-02  1:05 [PATCH -next] xfs: Remove duplicated include in xfs_iomap.c Yang Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox