From: kernel test robot <lkp@intel.com>
To: Allison Henderson <allison.henderson@oracle.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion
Date: Tue, 27 Jul 2021 03:00:32 +0800 [thread overview]
Message-ID: <20210726190032.GA2499@31ffe5b7f702> (raw)
In-Reply-To: <202107270318.zbRtTc5a-lkp@intel.com>
Generated by: scripts/checkincludes.pl
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
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"
next prev parent reply other threads:[~2021-07-26 19:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-26 19:00 [allisonhenderson-xfs_work:delayed_attrs_v22_extended 8/32] fs/xfs/xfs_ioctl.c: xfs_da_btree.h is included more than once kernel test robot
2021-07-26 19:00 ` kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-25 2:00 [allisonhenderson-xfs_work:delayed_attrs_v24_extended 3/27] fs/xfs/xfs_attr_item.c: xfs_shared.h " kernel test robot
2021-08-25 2:00 ` [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion kernel test robot
2021-08-25 5:44 [allisonhenderson-xfs_work:delayed_attrs_v24_extended 6/27] fs/xfs/libxfs/xfs_attr.c: xfs_attr.h is included more than once kernel test robot
2021-08-25 5:44 ` [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion kernel test robot
2021-08-25 9:33 [allisonhenderson-xfs_work:delayed_attrs_v24_extended 20/27] fs/xfs/libxfs/xfs_parent.c: xfs_da_btree.h is included more than once kernel test robot
2021-08-25 9:33 ` [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion kernel test robot
2021-08-26 5:12 [allisonhenderson-xfs_work:delayed_attrs_v24_extended 27/27] fs/xfs/xfs_parent_utils.c: xfs_da_btree.h is included more than once kernel test robot
2021-08-26 5:12 ` [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210726190032.GA2499@31ffe5b7f702 \
--to=lkp@intel.com \
--cc=allison.henderson@oracle.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox