* [djwong-xfs:vectorized-scrub 100/326] fs/xfs/scrub/trace.c:48:31: error: invalid use of undefined type 'struct xfbtree'
@ 2021-12-29 5:25 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-12-29 5:25 UTC (permalink / raw)
To: Darrick J. Wong; +Cc: kbuild-all, Darrick J. Wong, linux-kernel
tree: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git vectorized-scrub
head: f736db09eb704761df6d6534ed9730f38bf136d1
commit: 9bcb3cf01fbbfe96671d56248b516b0a68c5c022 [100/326] xfs: connect in-memory btrees to xfiles
config: alpha-randconfig-r015-20211228 (https://download.01.org/0day-ci/archive/20211229/202112291340.SZbi6GKb-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 11.2.0
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
# https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/commit/?id=9bcb3cf01fbbfe96671d56248b516b0a68c5c022
git remote add djwong-xfs https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git
git fetch --no-tags djwong-xfs vectorized-scrub
git checkout 9bcb3cf01fbbfe96671d56248b516b0a68c5c022
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=alpha SHELL=/bin/bash fs/xfs/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
fs/xfs/scrub/trace.c: In function 'xfbtree_ino':
>> fs/xfs/scrub/trace.c:48:31: error: invalid use of undefined type 'struct xfbtree'
48 | return file_inode(xfbt->target->bt_xfile->file)->i_ino;
| ^~
vim +48 fs/xfs/scrub/trace.c
43
44 static inline unsigned long
45 xfbtree_ino(
46 struct xfbtree *xfbt)
47 {
> 48 return file_inode(xfbt->target->bt_xfile->file)->i_ino;
49 }
50
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-12-29 5:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-29 5:25 [djwong-xfs:vectorized-scrub 100/326] fs/xfs/scrub/trace.c:48:31: error: invalid use of undefined type 'struct xfbtree' kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox