All of lore.kernel.org
 help / color / mirror / Atom feed
* [hch-xfs:xfs-realtime-rmap-rebase 106/114] fs/xfs/scrub/repair.c: xfs_rtbitmap.h is included more than once.
@ 2024-08-12 14:50 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2024-08-12 14:50 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: oe-kbuild-all

tree:   git://git.infradead.org/users/hch/xfs xfs-realtime-rmap-rebase
head:   d327a47f8c6326342d07986675e149353d5ea516
commit: 8e2ba6732c1c12f6876866642a506ee7c3d304d1 [106/114] xfs: online repair of realtime file bmaps
:::::: branch date: 20 hours ago
:::::: commit date: 20 hours ago
compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202408121059.u6Rj0r8Y-lkp@intel.com/

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

vim +24 fs/xfs/scrub/repair.c

  > 24	#include "xfs_rtbitmap.h"
    25	#include "xfs_extent_busy.h"
    26	#include "xfs_ag.h"
    27	#include "xfs_ag_resv.h"
    28	#include "xfs_quota.h"
    29	#include "xfs_qm.h"
    30	#include "xfs_defer.h"
    31	#include "xfs_errortag.h"
    32	#include "xfs_error.h"
    33	#include "xfs_reflink.h"
    34	#include "xfs_health.h"
    35	#include "xfs_buf_mem.h"
    36	#include "xfs_da_format.h"
    37	#include "xfs_da_btree.h"
    38	#include "xfs_attr.h"
    39	#include "xfs_dir2.h"
    40	#include "xfs_rtrmap_btree.h"
  > 41	#include "xfs_rtbitmap.h"
    42	#include "xfs_rtgroup.h"
    43	#include "scrub/scrub.h"
    44	#include "scrub/common.h"
    45	#include "scrub/trace.h"
    46	#include "scrub/repair.h"
    47	#include "scrub/bitmap.h"
    48	#include "scrub/stats.h"
    49	#include "scrub/xfile.h"
    50	#include "scrub/attr_repair.h"
    51	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


^ permalink raw reply	[flat|nested] 2+ messages in thread
* [hch-xfs:xfs-realtime-rmap-rebase 106/114] fs/xfs/scrub/repair.c: xfs_rtbitmap.h is included more than once.
@ 2024-08-12  2:15 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2024-08-12  2:15 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "low confidence bisect report"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Christoph Hellwig <hch@lst.de>

tree:   git://git.infradead.org/users/hch/xfs xfs-realtime-rmap-rebase
head:   d327a47f8c6326342d07986675e149353d5ea516
commit: 8e2ba6732c1c12f6876866642a506ee7c3d304d1 [106/114] xfs: online repair of realtime file bmaps
:::::: branch date: 20 hours ago
:::::: commit date: 20 hours ago
compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202408121059.u6Rj0r8Y-lkp@intel.com/

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

vim +24 fs/xfs/scrub/repair.c

  > 24	#include "xfs_rtbitmap.h"
    25	#include "xfs_extent_busy.h"
    26	#include "xfs_ag.h"
    27	#include "xfs_ag_resv.h"
    28	#include "xfs_quota.h"
    29	#include "xfs_qm.h"
    30	#include "xfs_defer.h"
    31	#include "xfs_errortag.h"
    32	#include "xfs_error.h"
    33	#include "xfs_reflink.h"
    34	#include "xfs_health.h"
    35	#include "xfs_buf_mem.h"
    36	#include "xfs_da_format.h"
    37	#include "xfs_da_btree.h"
    38	#include "xfs_attr.h"
    39	#include "xfs_dir2.h"
    40	#include "xfs_rtrmap_btree.h"
  > 41	#include "xfs_rtbitmap.h"
    42	#include "xfs_rtgroup.h"
    43	#include "scrub/scrub.h"
    44	#include "scrub/common.h"
    45	#include "scrub/trace.h"
    46	#include "scrub/repair.h"
    47	#include "scrub/bitmap.h"
    48	#include "scrub/stats.h"
    49	#include "scrub/xfile.h"
    50	#include "scrub/attr_repair.h"
    51	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

end of thread, other threads:[~2024-08-12 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-12 14:50 [hch-xfs:xfs-realtime-rmap-rebase 106/114] fs/xfs/scrub/repair.c: xfs_rtbitmap.h is included more than once kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2024-08-12  2:15 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.