[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210615010430.GH237458@shao2-debian>
Date: Tue, 15 Jun 2021 09:04:30 +0800
From: kernel test robot <rong.a.chen@...el.com>
To: Ingo Molnar <mingo@...nel.org>
Cc: kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
x86@...nel.org
Subject: [RFC PATCH tip] sched/headers, rcu: fix duplicated inclusion
fs/ocfs2/dir.c: linux/iversion.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>
---
dir.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c
index 158ee3abe75f7..b70375994bf3d 100644
--- a/fs/ocfs2/dir.c
+++ b/fs/ocfs2/dir.c
@@ -27,7 +27,6 @@
#include <linux/quotaops.h>
#include <linux/sort.h>
#include <linux/iversion.h>
-#include <linux/iversion.h>
#include <linux/sched/signal.h>
#include <cluster/masklog.h>
Powered by blists - more mailing lists