From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7456AC48BE5 for ; Tue, 15 Jun 2021 03:16:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5EE8060698 for ; Tue, 15 Jun 2021 03:16:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231197AbhFODSY (ORCPT ); Mon, 14 Jun 2021 23:18:24 -0400 Received: from mga04.intel.com ([192.55.52.120]:24732 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229609AbhFODST (ORCPT ); Mon, 14 Jun 2021 23:18:19 -0400 IronPort-SDR: CNmQPDeKnSnRNQExwcaNSSMT8clRtmodvki+BwrGHzCLC3tYqCI9gBh3iDlcgfloFoLMZSXQbq cnC8DXczXBbQ== X-IronPort-AV: E=McAfee;i="6200,9189,10015"; a="204073234" X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="204073234" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 18:08:02 -0700 IronPort-SDR: u3O7bUTtp3pTwPREXklhbMoxhz3d3GqZkcOxhLUMVXo/uyTwxa81naz01M1tdkYDMDiVaV2FYY ztO+pjCOItoQ== X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="484269628" Received: from shao2-debian.sh.intel.com (HELO localhost) ([10.239.13.11]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 18:07:59 -0700 Date: Tue, 15 Jun 2021 09:07:57 +0800 From: kernel test robot To: Ingo Molnar Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, x86@kernel.org, Mark Fasheh , Joel Becker , Joseph Qi , Andrew Morton , Linux Memory Management List , Geert Uytterhoeven , Miguel Ojeda , Wengang Wang , Masahiro Yamada Subject: [RFC PATCH tip] sched/headers, fs: fix duplicated inclusion Message-ID: <20210615010757.GL237458@shao2-debian> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210615010703.GK237458@shao2-debian> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- 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 #include -#include #include #include #include