2021-06-15 03:17:05

by Chen, Rong A

[permalink] [raw]
Subject: [tip:tmp.tmp2 290/364] fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.h is included more than once.

tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head: adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: b6aa10593ad119b8d92047471b69297bcdf70684 [290/364] sched/headers, fs: Optimize <linux/fs.h> header dependencies
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 <[email protected]>


includecheck warnings: (new ones prefixed by >>)
>> fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.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/[email protected]


2021-06-15 03:17:10

by Chen, Rong A

[permalink] [raw]
Subject: [RFC PATCH tip] sched/headers, fs: fix duplicated inclusion

fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.h is included more than once.

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <[email protected]>
Signed-off-by: kernel test robot <[email protected]>
---
dlmrecovery.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c
index bf7a40fd97e31..0ae3737331157 100644
--- a/fs/ocfs2/dlm/dlmrecovery.c
+++ b/fs/ocfs2/dlm/dlmrecovery.c
@@ -10,7 +10,6 @@

#include <linux/module.h>
#include <linux/fs.h>
-#include <linux/stringhash.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/highmem.h>