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.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 B647BC4338F for ; Mon, 26 Jul 2021 19:01:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9837360F11 for ; Mon, 26 Jul 2021 19:01:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232402AbhGZSV1 (ORCPT ); Mon, 26 Jul 2021 14:21:27 -0400 Received: from mga12.intel.com ([192.55.52.136]:64744 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233538AbhGZSVN (ORCPT ); Mon, 26 Jul 2021 14:21:13 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10057"; a="191894023" X-IronPort-AV: E=Sophos;i="5.84,270,1620716400"; d="scan'208";a="191894023" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jul 2021 12:01:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,270,1620716400"; d="scan'208";a="664768245" Received: from lkp-server01.sh.intel.com (HELO d053b881505b) ([10.239.97.150]) by fmsmga005.fm.intel.com with ESMTP; 26 Jul 2021 12:01:12 -0700 Received: from kbuild by d053b881505b with local (Exim 4.92) (envelope-from ) id 1m85qh-00060Y-EI; Mon, 26 Jul 2021 19:01:11 +0000 Date: Tue, 27 Jul 2021 03:00:32 +0800 From: kernel test robot To: Allison Henderson Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion Message-ID: <20210726190032.GA2499@31ffe5b7f702> References: <202107270318.zbRtTc5a-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202107270318.zbRtTc5a-lkp@intel.com> X-Patchwork-Hint: ignore fs/xfs/xfs_ioctl.c: xfs_da_btree.h is included more than once. fs/xfs/xfs_acl.c: xfs_da_format.h is included more than once. fs/xfs/xfs_attr_item.c: xfs_shared.h is included more than once. fs/xfs/xfs_xattr.c: xfs_da_btree.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_acl.c | 2 -- xfs_attr_item.c | 6 ------ xfs_ioctl.c | 2 -- xfs_xattr.c | 1 - 4 files changed, 11 deletions(-) diff --git a/fs/xfs/xfs_acl.c b/fs/xfs/xfs_acl.c index b8673c607ed2e..d02bef24b32b2 100644 --- a/fs/xfs/xfs_acl.c +++ b/fs/xfs/xfs_acl.c @@ -10,8 +10,6 @@ #include "xfs_trans_resv.h" #include "xfs_mount.h" #include "xfs_inode.h" -#include "xfs_da_format.h" -#include "xfs_da_btree.h" #include "xfs_attr.h" #include "xfs_trace.h" #include "xfs_error.h" diff --git a/fs/xfs/xfs_attr_item.c b/fs/xfs/xfs_attr_item.c index d7297a03bb1fa..e3a3bc65b64f6 100644 --- a/fs/xfs/xfs_attr_item.c +++ b/fs/xfs/xfs_attr_item.c @@ -7,24 +7,18 @@ #include "xfs.h" #include "xfs_fs.h" #include "xfs_format.h" -#include "xfs_log_format.h" #include "xfs_trans_resv.h" #include "xfs_bit.h" -#include "xfs_shared.h" #include "xfs_mount.h" #include "xfs_defer.h" -#include "xfs_da_format.h" #include "xfs_log_format.h" #include "xfs_trans.h" -#include "xfs_bmap.h" #include "xfs_bmap_btree.h" #include "xfs_trans_priv.h" #include "xfs_buf_item.h" -#include "xfs_attr_item.h" #include "xfs_log.h" #include "xfs_btree.h" #include "xfs_rmap.h" -#include "xfs_inode.h" #include "xfs_icache.h" #include "xfs_da_format.h" #include "xfs_da_btree.h" diff --git a/fs/xfs/xfs_ioctl.c b/fs/xfs/xfs_ioctl.c index 80d75349c90af..16039ea10ac99 100644 --- a/fs/xfs/xfs_ioctl.c +++ b/fs/xfs/xfs_ioctl.c @@ -15,8 +15,6 @@ #include "xfs_iwalk.h" #include "xfs_itable.h" #include "xfs_error.h" -#include "xfs_da_format.h" -#include "xfs_da_btree.h" #include "xfs_attr.h" #include "xfs_bmap.h" #include "xfs_bmap_util.h" diff --git a/fs/xfs/xfs_xattr.c b/fs/xfs/xfs_xattr.c index 66b334fad6931..0d050f8829ef9 100644 --- a/fs/xfs/xfs_xattr.c +++ b/fs/xfs/xfs_xattr.c @@ -12,7 +12,6 @@ #include "xfs_trans_resv.h" #include "xfs_mount.h" #include "xfs_inode.h" -#include "xfs_da_btree.h" #include "xfs_attr.h" #include "xfs_acl.h" #include "xfs_da_btree.h"