All of lore.kernel.org
 help / color / mirror / Atom feed
* [allisonhenderson-xfs_work:delayed_attrs_v24_extended 27/27] fs/xfs/xfs_parent_utils.c: xfs_da_btree.h is included more than once.
@ 2021-08-26  5:12 ` kernel test robot
  0 siblings, 0 replies; 12+ messages in thread
From: kernel test robot @ 2021-08-26  5:12 UTC (permalink / raw)
  To: Allison Henderson; +Cc: kbuild-all, linux-kernel

tree:   https://github.com/allisonhenderson/xfs_work.git delayed_attrs_v24_extended
head:   65b46be2f965591671441cfd63f02f38befbec24
commit: 65b46be2f965591671441cfd63f02f38befbec24 [27/27] xfs: Add parent pointer ioctl
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


includecheck warnings: (new ones prefixed by >>)
>> fs/xfs/xfs_parent_utils.c: xfs_da_btree.h is included more than once.

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [allisonhenderson-xfs_work:delayed_attrs_v24_extended 27/27] fs/xfs/xfs_parent_utils.c: xfs_da_btree.h is included more than once.
@ 2021-08-26  5:12 ` kernel test robot
  0 siblings, 0 replies; 12+ messages in thread
From: kernel test robot @ 2021-08-26  5:12 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 678 bytes --]

tree:   https://github.com/allisonhenderson/xfs_work.git delayed_attrs_v24_extended
head:   65b46be2f965591671441cfd63f02f38befbec24
commit: 65b46be2f965591671441cfd63f02f38befbec24 [27/27] xfs: Add parent pointer ioctl
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


includecheck warnings: (new ones prefixed by >>)
>> fs/xfs/xfs_parent_utils.c: xfs_da_btree.h is included more than once.

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion
  2021-08-26  5:12 ` kernel test robot
@ 2021-08-26  5:12   ` kernel test robot
  -1 siblings, 0 replies; 12+ messages in thread
From: kernel test robot @ 2021-08-26  5:12 UTC (permalink / raw)
  To: Allison Henderson; +Cc: kbuild-all, linux-kernel

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 xfs_parent_utils.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/xfs/xfs_parent_utils.c b/fs/xfs/xfs_parent_utils.c
index 9880718395c6a..d1aa701900d98 100644
--- a/fs/xfs/xfs_parent_utils.c
+++ b/fs/xfs/xfs_parent_utils.c
@@ -27,7 +27,6 @@
 #include "xfs_trace.h"
 #include "xfs_trans.h"
 #include "xfs_da_format.h"
-#include "xfs_da_btree.h"
 #include "xfs_attr.h"
 #include "xfs_ioctl.h"
 #include "xfs_parent.h"

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion
@ 2021-08-26  5:12   ` kernel test robot
  0 siblings, 0 replies; 12+ messages in thread
From: kernel test robot @ 2021-08-26  5:12 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 xfs_parent_utils.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/xfs/xfs_parent_utils.c b/fs/xfs/xfs_parent_utils.c
index 9880718395c6a..d1aa701900d98 100644
--- a/fs/xfs/xfs_parent_utils.c
+++ b/fs/xfs/xfs_parent_utils.c
@@ -27,7 +27,6 @@
 #include "xfs_trace.h"
 #include "xfs_trans.h"
 #include "xfs_da_format.h"
-#include "xfs_da_btree.h"
 #include "xfs_attr.h"
 #include "xfs_ioctl.h"
 #include "xfs_parent.h"

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion
  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   ` kernel test robot
  0 siblings, 0 replies; 12+ messages in thread
From: kernel test robot @ 2021-08-25  9:33 UTC (permalink / raw)
  To: Allison Henderson; +Cc: kbuild-all, linux-kernel, Dave Chinner

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 xfs_parent.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/xfs/libxfs/xfs_parent.c b/fs/xfs/libxfs/xfs_parent.c
index cb546652bde9c..40afd6f120f38 100644
--- a/fs/xfs/libxfs/xfs_parent.c
+++ b/fs/xfs/libxfs/xfs_parent.c
@@ -27,7 +27,6 @@
 #include "xfs_error.h"
 #include "xfs_trace.h"
 #include "xfs_trans.h"
-#include "xfs_da_btree.h"
 #include "xfs_attr.h"
 #include "xfs_da_btree.h"
 #include "xfs_attr_sf.h"

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion
@ 2021-08-25  9:33   ` kernel test robot
  0 siblings, 0 replies; 12+ messages in thread
From: kernel test robot @ 2021-08-25  9:33 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 xfs_parent.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/xfs/libxfs/xfs_parent.c b/fs/xfs/libxfs/xfs_parent.c
index cb546652bde9c..40afd6f120f38 100644
--- a/fs/xfs/libxfs/xfs_parent.c
+++ b/fs/xfs/libxfs/xfs_parent.c
@@ -27,7 +27,6 @@
 #include "xfs_error.h"
 #include "xfs_trace.h"
 #include "xfs_trans.h"
-#include "xfs_da_btree.h"
 #include "xfs_attr.h"
 #include "xfs_da_btree.h"
 #include "xfs_attr_sf.h"

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion
  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   ` kernel test robot
  0 siblings, 0 replies; 12+ messages in thread
From: kernel test robot @ 2021-08-25  5:44 UTC (permalink / raw)
  To: Allison Collins; +Cc: kbuild-all, linux-kernel, Darrick J. Wong

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 xfs_attr.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/xfs/libxfs/xfs_attr.c b/fs/xfs/libxfs/xfs_attr.c
index 6877683e2e35d..33f794fa55600 100644
--- a/fs/xfs/libxfs/xfs_attr.c
+++ b/fs/xfs/libxfs/xfs_attr.c
@@ -18,7 +18,6 @@
 #include "xfs_trans.h"
 #include "xfs_bmap.h"
 #include "xfs_bmap_btree.h"
-#include "xfs_attr.h"
 #include "xfs_attr_leaf.h"
 #include "xfs_attr_remote.h"
 #include "xfs_quota.h"

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion
@ 2021-08-25  5:44   ` kernel test robot
  0 siblings, 0 replies; 12+ messages in thread
From: kernel test robot @ 2021-08-25  5:44 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 xfs_attr.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/xfs/libxfs/xfs_attr.c b/fs/xfs/libxfs/xfs_attr.c
index 6877683e2e35d..33f794fa55600 100644
--- a/fs/xfs/libxfs/xfs_attr.c
+++ b/fs/xfs/libxfs/xfs_attr.c
@@ -18,7 +18,6 @@
 #include "xfs_trans.h"
 #include "xfs_bmap.h"
 #include "xfs_bmap_btree.h"
-#include "xfs_attr.h"
 #include "xfs_attr_leaf.h"
 #include "xfs_attr_remote.h"
 #include "xfs_quota.h"

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion
  2021-08-25  2:00 [allisonhenderson-xfs_work:delayed_attrs_v24_extended 3/27] fs/xfs/xfs_attr_item.c: xfs_shared.h is included more than once kernel test robot
@ 2021-08-25  2:00   ` kernel test robot
  0 siblings, 0 replies; 12+ messages in thread
From: kernel test robot @ 2021-08-25  2:00 UTC (permalink / raw)
  To: Allison Henderson; +Cc: kbuild-all, linux-kernel

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 xfs_attr_item.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/xfs/xfs_attr_item.c b/fs/xfs/xfs_attr_item.c
index 879a39ec58a63..4479b297059c1 100644
--- a/fs/xfs/xfs_attr_item.c
+++ b/fs/xfs/xfs_attr_item.c
@@ -9,7 +9,6 @@
 #include "xfs_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_log_format.h"
@@ -20,7 +19,6 @@
 #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"

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion
@ 2021-08-25  2:00   ` kernel test robot
  0 siblings, 0 replies; 12+ messages in thread
From: kernel test robot @ 2021-08-25  2:00 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 772 bytes --]

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 xfs_attr_item.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/xfs/xfs_attr_item.c b/fs/xfs/xfs_attr_item.c
index 879a39ec58a63..4479b297059c1 100644
--- a/fs/xfs/xfs_attr_item.c
+++ b/fs/xfs/xfs_attr_item.c
@@ -9,7 +9,6 @@
 #include "xfs_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_log_format.h"
@@ -20,7 +19,6 @@
 #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"

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion
  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
  0 siblings, 0 replies; 12+ messages in thread
From: kernel test robot @ 2021-07-26 19:00 UTC (permalink / raw)
  To: Allison Henderson; +Cc: kbuild-all, linux-kernel

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"

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion
@ 2021-07-26 19:00   ` kernel test robot
  0 siblings, 0 replies; 12+ messages in thread
From: kernel test robot @ 2021-07-26 19:00 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2210 bytes --]

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"

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-08-26  5:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` kernel test robot
2021-08-26  5:12 ` [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion kernel test robot
2021-08-26  5:12   ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
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-25  9:33   ` 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  5:44   ` kernel test robot
2021-08-25  2:00 [allisonhenderson-xfs_work:delayed_attrs_v24_extended 3/27] fs/xfs/xfs_attr_item.c: xfs_shared.h is included more than once kernel test robot
2021-08-25  2:00 ` [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion kernel test robot
2021-08-25  2:00   ` kernel test robot
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 ` [RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion kernel test robot
2021-07-26 19:00   ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.