[allisonhenderson-xfs_work:delayed_attrs_v24_extended 9/27] fs/xfs/libxfs/xfs_attr.h:33:21: error: no member named 'larp' in 'struct xfs_globals'

From: kernel test robot
Date: Tue Aug 24 2021 - 22:49:49 EST


tree: https://github.com/allisonhenderson/xfs_work.git delayed_attrs_v24_extended
head: 65b46be2f965591671441cfd63f02f38befbec24
commit: f45836b915b379dc005c4fd00e301f3195d08ccd [9/27] xfs: Add larp debug option
config: hexagon-randconfig-r045-20210824 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project d26000e4cc2bc65e207a84fa26cb6e374d60aa12)
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://github.com/allisonhenderson/xfs_work/commit/f45836b915b379dc005c4fd00e301f3195d08ccd
git remote add allisonhenderson-xfs_work https://github.com/allisonhenderson/xfs_work.git
git fetch --no-tags allisonhenderson-xfs_work delayed_attrs_v24_extended
git checkout f45836b915b379dc005c4fd00e301f3195d08ccd
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=hexagon SHELL=/bin/bash fs/

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

All errors (new ones prefixed by >>):

In file included from fs/xfs/xfs_trace.c:21:
>> fs/xfs/libxfs/xfs_attr.h:33:21: error: no member named 'larp' in 'struct xfs_globals'
return xfs_globals.larp;
~~~~~~~~~~~ ^
1 error generated.


vim +33 fs/xfs/libxfs/xfs_attr.h

30
31 static inline bool xfs_has_larp(struct xfs_mount *mp)
32 {
> 33 return xfs_globals.larp;
34 }
35

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

Attachment: .config.gz
Description: application/gzip