[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210615011423.GT237458@shao2-debian>
Date: Tue, 15 Jun 2021 09:14:23 +0800
From: kernel test robot <rong.a.chen@...el.com>
To: "Darrick J. Wong" <djwong@...nel.org>
Cc: kbuild-all@...ts.01.org,
"Darrick J. Wong" <darrick.wong@...cle.com>,
linux-xfs@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion
fs/xfs/libxfs/xfs_dir2.c: xfs_shared.h is included more than once.
Generated by: scripts/checkincludes.pl
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: kernel test robot <lkp@...el.com>
---
xfs_dir2.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/xfs/libxfs/xfs_dir2.c b/fs/xfs/libxfs/xfs_dir2.c
index dee423fb8ffbf..93d9066d9ecab 100644
--- a/fs/xfs/libxfs/xfs_dir2.c
+++ b/fs/xfs/libxfs/xfs_dir2.c
@@ -5,7 +5,6 @@
*/
#include "xfs.h"
#include "xfs_fs.h"
-#include "xfs_shared.h"
#include "xfs_format.h"
#include "xfs_log_format.h"
#include "xfs_trans_resv.h"
Powered by blists - more mailing lists