public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [allisonhenderson-xfs-work:pptrs_restart129 15/37] fs/xfs/libxfs/xfs_attr.h:33:27: error: 'struct xfs_globals' has no member named 'larp'
@ 2021-10-14 12:00 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-10-14 12:00 UTC (permalink / raw)
  To: Allison Henderson; +Cc: kbuild-all, linux-kernel, Chandan Babu R

[-- Attachment #1: Type: text/plain, Size: 2160 bytes --]

tree:   https://github.com/allisonhenderson/xfs_work.git pptrs_restart129
head:   f0a0e96bd7e03c467041931dc1b9663111f1d365
commit: 48776e0f1211f8a28fd4945391c26bd0ada2d101 [15/37] xfs: Add larp debug option
config: ia64-defconfig (attached as .config)
compiler: ia64-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://github.com/allisonhenderson/xfs_work/commit/48776e0f1211f8a28fd4945391c26bd0ada2d101
        git remote add allisonhenderson-xfs-work https://github.com/allisonhenderson/xfs_work.git
        git fetch --no-tags allisonhenderson-xfs-work pptrs_restart129
        git checkout 48776e0f1211f8a28fd4945391c26bd0ada2d101
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=ia64 SHELL=/bin/bash fs/

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 >>):

   In file included from fs/xfs/xfs_trace.c:21:
   fs/xfs/libxfs/xfs_attr.h: In function 'xfs_has_larp':
>> fs/xfs/libxfs/xfs_attr.h:33:27: error: 'struct xfs_globals' has no member named 'larp'
      33 |         return xfs_globals.larp;
         |                           ^
--
   In file included from fs/xfs/libxfs/xfs_attr.c:21:
   fs/xfs/libxfs/xfs_attr.h: In function 'xfs_has_larp':
>> fs/xfs/libxfs/xfs_attr.h:33:27: error: 'struct xfs_globals' has no member named 'larp'
      33 |         return xfs_globals.larp;
         |                           ^
   fs/xfs/libxfs/xfs_attr.h:34:1: error: control reaches end of non-void function [-Werror=return-type]
      34 | }
         | ^
   cc1: some warnings being treated as errors


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@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 19828 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-14 12:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-14 12:00 [allisonhenderson-xfs-work:pptrs_restart129 15/37] fs/xfs/libxfs/xfs_attr.h:33:27: error: 'struct xfs_globals' has no member named 'larp' 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