linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <rong.a.chen@intel.com>
To: "Darrick J. Wong" <djwong@kernel.org>
Cc: kbuild-all@lists.01.org,
	"Darrick J. Wong" <darrick.wong@oracle.com>,
	linux-xfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion
Date: Tue, 15 Jun 2021 09:14:23 +0800	[thread overview]
Message-ID: <20210615011423.GT237458@shao2-debian> (raw)
In-Reply-To: <20210615011339.GS237458@shao2-debian>

fs/xfs/libxfs/xfs_dir2.c: xfs_shared.h is included more than once.

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 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"

  reply	other threads:[~2021-06-15  3:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15  1:13 [djwong-xfs:vectorized-scrub 161/315] fs/xfs/libxfs/xfs_dir2.c: xfs_shared.h is included more than once kernel test robot
2021-06-15  1:14 ` kernel test robot [this message]
2021-07-20 23:34 [djwong-xfs:vectorized-scrub 131/306] fs/xfs/scrub/repair.c: xfs_attr.h " kernel test robot
2021-07-20 23:35 ` [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion kernel test robot
2021-07-21 18:41 [djwong-xfs:vectorized-scrub 246/306] fs/xfs/scrub/fscounters.c: xfs_ag.h is included more than once kernel test robot
2021-07-21 18:41 ` [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion kernel test robot
2021-07-23 23:57 [djwong-xfs:vectorized-scrub 131/306] fs/xfs/scrub/repair.c: xfs_attr.h is included more than once kernel test robot
2021-07-23 23:57 ` [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion kernel test robot
2021-11-09  2:56 [djwong-xfs:vectorized-scrub 304/312] fs/xfs/xfs_rtalloc.c: xfs_quota.h is included more than once kernel test robot
2021-11-09  2:57 ` [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion kernel test robot
2021-11-20 14:56 [djwong-xfs:vectorized-scrub 34/312] fs/xfs/scrub/rtsummary.c: xfs_inode.h is included more than once kernel test robot
2021-11-20 14:56 ` [RFC PATCH djwong-xfs] 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=20210615011423.GT237458@shao2-debian \
    --to=rong.a.chen@intel.com \
    --cc=darrick.wong@oracle.com \
    --cc=djwong@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@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;
as well as URLs for NNTP newsgroup(s).