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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1244DC433EF for ; Tue, 9 Nov 2021 02:57:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EB6406112F for ; Tue, 9 Nov 2021 02:57:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242209AbhKIDAO (ORCPT ); Mon, 8 Nov 2021 22:00:14 -0500 Received: from mga17.intel.com ([192.55.52.151]:28484 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242098AbhKIDAL (ORCPT ); Mon, 8 Nov 2021 22:00:11 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10162"; a="213099541" X-IronPort-AV: E=Sophos;i="5.87,219,1631602800"; d="scan'208";a="213099541" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 18:57:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,219,1631602800"; d="scan'208";a="451720504" Received: from lkp-server02.sh.intel.com (HELO c20d8bc80006) ([10.239.97.151]) by orsmga006.jf.intel.com with ESMTP; 08 Nov 2021 18:57:23 -0800 Received: from kbuild by c20d8bc80006 with local (Exim 4.92) (envelope-from ) id 1mkHK7-000Cxw-7l; Tue, 09 Nov 2021 02:57:23 +0000 Date: Tue, 9 Nov 2021 10:57:02 +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: <20211109025702.GA5404@5c95895fd9d8> References: <202111091044.LxugMx2G-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202111091044.LxugMx2G-lkp@intel.com> X-Patchwork-Hint: ignore fs/xfs/xfs_rtalloc.c: xfs_quota.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 --- xfs_rtalloc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/xfs/xfs_rtalloc.c b/fs/xfs/xfs_rtalloc.c index 88aafa2da45ea..33e9c22dc93b9 100644 --- a/fs/xfs/xfs_rtalloc.c +++ b/fs/xfs/xfs_rtalloc.c @@ -23,7 +23,6 @@ #include "xfs_trace.h" #include "xfs_da_format.h" #include "xfs_imeta.h" -#include "xfs_quota.h" #include "xfs_error.h" #include "xfs_rtrmap_btree.h" #include "xfs_rtrefcount_btree.h"