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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0817DC433F5 for ; Sat, 20 Nov 2021 14:57:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237543AbhKTPAQ (ORCPT ); Sat, 20 Nov 2021 10:00:16 -0500 Received: from mga01.intel.com ([192.55.52.88]:52047 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237479AbhKTPAO (ORCPT ); Sat, 20 Nov 2021 10:00:14 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10173"; a="258381993" X-IronPort-AV: E=Sophos;i="5.87,250,1631602800"; d="scan'208";a="258381993" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2021 06:57:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,250,1631602800"; d="scan'208";a="496257825" Received: from lkp-server02.sh.intel.com (HELO c20d8bc80006) ([10.239.97.151]) by orsmga007.jf.intel.com with ESMTP; 20 Nov 2021 06:57:08 -0800 Received: from kbuild by c20d8bc80006 with local (Exim 4.92) (envelope-from ) id 1moRnf-0005u2-GE; Sat, 20 Nov 2021 14:57:07 +0000 Date: Sat, 20 Nov 2021 22:56:14 +0800 From: kernel test robot To: "Darrick J. Wong" Cc: kbuild-all@lists.01.org, "Darrick J. Wong" , linux-kernel@vger.kernel.org Subject: [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion Message-ID: <20211120145614.GA7920@6ba471561a91> References: <202111202253.encHPxhN-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202111202253.encHPxhN-lkp@intel.com> X-Patchwork-Hint: ignore fs/xfs/scrub/rtsummary.c: xfs_inode.h is included more than once. User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- rtsummary.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/xfs/scrub/rtsummary.c b/fs/xfs/scrub/rtsummary.c index 2124e6545acd4..42dbe1a72259c 100644 --- a/fs/xfs/scrub/rtsummary.c +++ b/fs/xfs/scrub/rtsummary.c @@ -10,7 +10,6 @@ #include "xfs_trans_resv.h" #include "xfs_mount.h" #include "xfs_btree.h" -#include "xfs_inode.h" #include "xfs_log_format.h" #include "xfs_trans.h" #include "xfs_rtalloc.h"