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=unavailable 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 013E5C48BDF for ; Tue, 15 Jun 2021 03:13:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D211C60698 for ; Tue, 15 Jun 2021 03:13:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230350AbhFODPK (ORCPT ); Mon, 14 Jun 2021 23:15:10 -0400 Received: from mga07.intel.com ([134.134.136.100]:17965 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229869AbhFODPG (ORCPT ); Mon, 14 Jun 2021 23:15:06 -0400 IronPort-SDR: hL3HKj6677tbgU9tqA3e3L/TVrmTIefOOx65lRE5Y6dcdUbEhI1FxleQzgH8pkNrIA/Fk85Z6o AsZnFe1VA7Eg== X-IronPort-AV: E=McAfee;i="6200,9189,10015"; a="269753581" X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="269753581" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 18:14:27 -0700 IronPort-SDR: a/+xk+/DVcSXQPdMTq+VpnasXjuiEa/As+4ptDIU4fjm46SUnsl4VjLjSLrYwOKHDz09/4Rprm cAIMBIrf5TsA== X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="450065936" Received: from shao2-debian.sh.intel.com (HELO localhost) ([10.239.13.11]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 18:14:25 -0700 Date: Tue, 15 Jun 2021 09:14:23 +0800 From: kernel test robot To: "Darrick J. Wong" Cc: kbuild-all@lists.01.org, "Darrick J. Wong" , linux-xfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion Message-ID: <20210615011423.GT237458@shao2-debian> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210615011339.GS237458@shao2-debian> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org fs/xfs/libxfs/xfs_dir2.c: xfs_shared.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- 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" From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1423781421013416619==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion Date: Tue, 15 Jun 2021 09:14:23 +0800 Message-ID: <20210615011423.GT237458@shao2-debian> In-Reply-To: <20210615011339.GS237458@shao2-debian> List-Id: --===============1423781421013416619== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable fs/xfs/libxfs/xfs_dir2.c: xfs_shared.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- 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" --===============1423781421013416619==--