CC: [email protected]
CC: "Darrick J. Wong" <[email protected]>
TO: "Darrick J. Wong" <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git 
deferred-inactivation-5.14
head:   73489b025da745d151c5133c890988015b1b8eee
commit: 1e489d811eddd6b682f60cf4c70627700eea56dd [15/19] xfs: force inode 
garbage collection before fallocate when space is low
:::::: branch date: 33 hours ago
:::::: commit date: 33 hours ago
config: x86_64-randconfig-b001-20210608 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
d32cc150feb72f315a5bbd34f92e7beca21a50da)
reproduce (this is a W=1 build):
        wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # apt-get install iwyu # include-what-you-use
        # 
https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/commit/?id=1e489d811eddd6b682f60cf4c70627700eea56dd
        git remote add djwong-xfs 
https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git
        git fetch --no-tags djwong-xfs deferred-inactivation-5.14
        git checkout 1e489d811eddd6b682f60cf4c70627700eea56dd
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 
CHECK=iwyu ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>


iwyu warnings: (new ones prefixed by >>)
   fs/xfs/xfs_bmap_util.c:7:1: iwyu: warning: superfluous #include "xfs.h"
   fs/xfs/xfs_bmap_util.c:19:1: iwyu: warning: superfluous #include 
"xfs_alloc.h"
   fs/xfs/xfs_bmap_util.c:13:1: iwyu: warning: superfluous #include "xfs_bit.h"
   fs/xfs/xfs_bmap_util.c:24:1: iwyu: warning: superfluous #include 
"xfs_error.h"
>> fs/xfs/xfs_bmap_util.c:31:1: iwyu: warning: superfluous #include "xfs_sb.h"

vim +31 fs/xfs/xfs_bmap_util.c

6898811459ff52 Dave Chinner    2013-08-12  @7  #include "xfs.h"
6898811459ff52 Dave Chinner    2013-08-12   8  #include "xfs_fs.h"
70a9883c5f34b2 Dave Chinner    2013-10-23   9  #include "xfs_shared.h"
239880ef6454cc Dave Chinner    2013-10-23  10  #include "xfs_format.h"
239880ef6454cc Dave Chinner    2013-10-23  11  #include "xfs_log_format.h"
239880ef6454cc Dave Chinner    2013-10-23  12  #include "xfs_trans_resv.h"
6898811459ff52 Dave Chinner    2013-08-12  13  #include "xfs_bit.h"
6898811459ff52 Dave Chinner    2013-08-12  14  #include "xfs_mount.h"
3ab78df2a59a48 Darrick J. Wong 2016-08-03  15  #include "xfs_defer.h"
6898811459ff52 Dave Chinner    2013-08-12  16  #include "xfs_inode.h"
6898811459ff52 Dave Chinner    2013-08-12  17  #include "xfs_btree.h"
239880ef6454cc Dave Chinner    2013-10-23  18  #include "xfs_trans.h"
6898811459ff52 Dave Chinner    2013-08-12  19  #include "xfs_alloc.h"
6898811459ff52 Dave Chinner    2013-08-12  20  #include "xfs_bmap.h"
6898811459ff52 Dave Chinner    2013-08-12  21  #include "xfs_bmap_util.h"
a4fbe6ab1e7abe Dave Chinner    2013-10-23  22  #include "xfs_bmap_btree.h"
6898811459ff52 Dave Chinner    2013-08-12  23  #include "xfs_rtalloc.h"
6898811459ff52 Dave Chinner    2013-08-12  24  #include "xfs_error.h"
6898811459ff52 Dave Chinner    2013-08-12  25  #include "xfs_quota.h"
6898811459ff52 Dave Chinner    2013-08-12  26  #include "xfs_trans_space.h"
6898811459ff52 Dave Chinner    2013-08-12  27  #include "xfs_trace.h"
c24b5dfadc4a4f Dave Chinner    2013-08-12  28  #include "xfs_icache.h"
f86f403794b144 Darrick J. Wong 2016-10-03  29  #include "xfs_iomap.h"
f86f403794b144 Darrick J. Wong 2016-10-03  30  #include "xfs_reflink.h"
1e489d811eddd6 Darrick J. Wong 2021-06-07 @31  #include "xfs_sb.h"
1e489d811eddd6 Darrick J. Wong 2021-06-07  32  #include "xfs_ag.h"
6898811459ff52 Dave Chinner    2013-08-12  33  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to