From: kernel test robot <lkp@intel.com>
To: "Darrick J. Wong" <djwong@kernel.org>
Cc: kbuild-all@lists.01.org,
"Darrick J. Wong" <darrick.wong@oracle.com>,
linux-kernel@vger.kernel.org
Subject: [djwong-xfs:vectorized-scrub 100/326] fs/xfs/scrub/trace.c:48:31: error: invalid use of undefined type 'struct xfbtree'
Date: Wed, 29 Dec 2021 13:25:55 +0800 [thread overview]
Message-ID: <202112291340.SZbi6GKb-lkp@intel.com> (raw)
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
reply other threads:[~2021-12-29 5:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202112291340.SZbi6GKb-lkp@intel.com \
--to=lkp@intel.com \
--cc=darrick.wong@oracle.com \
--cc=djwong@kernel.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@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