* [djwong-xfs:vectorized-scrub 161/315] fs/xfs/libxfs/xfs_dir2.c: xfs_shared.h is included more than once.
@ 2021-06-15 1:13 kernel test robot
2021-06-15 1:14 ` [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion kernel test robot
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2021-06-15 1:13 UTC (permalink / raw)
To: Darrick J. Wong; +Cc: kbuild-all, Darrick J. Wong, linux-xfs, linux-kernel
tree: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git vectorized-scrub
head: e907b5eb3852612685b26c1aa94707544d45ced0
commit: 17feb8543d13d5040e45afd4afd91754062b94b8 [161/315] xfs: create libxfs helper to link a new inode into a directory
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
includecheck warnings: (new ones prefixed by >>)
>> fs/xfs/libxfs/xfs_dir2.c: xfs_shared.h is included more than once.
Please review and possibly fold the followup patch.
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
^ permalink raw reply [flat|nested] 2+ messages in thread
* [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion
2021-06-15 1:13 [djwong-xfs:vectorized-scrub 161/315] fs/xfs/libxfs/xfs_dir2.c: xfs_shared.h is included more than once kernel test robot
@ 2021-06-15 1:14 ` kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-06-15 1:14 UTC (permalink / raw)
To: Darrick J. Wong; +Cc: kbuild-all, Darrick J. Wong, linux-xfs, linux-kernel
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@intel.com>
Signed-off-by: kernel test robot <lkp@intel.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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-15 3:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-15 1:13 [djwong-xfs:vectorized-scrub 161/315] fs/xfs/libxfs/xfs_dir2.c: xfs_shared.h is included more than once kernel test robot
2021-06-15 1:14 ` [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox