linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nfs:testing 48/54] fs/nfs/pnfs.h:808:28: error: no member named 'commits' in 'struct pnfs_ds_commit_info'
@ 2020-03-25 15:47 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-03-25 15:47 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: kbuild-all, clang-built-linux, linux-nfs

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

tree:   git://git.linux-nfs.org/projects/trondmy/linux-nfs.git testing
head:   21b71e249eabc75f6db7fb1ff83ce9fc34b09828
commit: 0e648259eac31aaf3922faa9874ab797ed82e11d [48/54] NFS/pNFS: Clean up pNFS commit operations
config: x86_64-defconfig (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 2093fdd429d52348e08969180ac6b1e705fc4ff6)
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 0e648259eac31aaf3922faa9874ab797ed82e11d
        # save the attached .config to linux build tree
        COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from fs/nfs/nfs4client.c:19:
>> fs/nfs/pnfs.h:808:28: error: no member named 'commits' in 'struct pnfs_ds_commit_info'
           INIT_LIST_HEAD(&fl_cinfo->commits);
                           ~~~~~~~~  ^
   1 error generated.
--
   In file included from fs/nfs/direct.c:61:
>> fs/nfs/pnfs.h:808:28: error: no member named 'commits' in 'struct pnfs_ds_commit_info'
           INIT_LIST_HEAD(&fl_cinfo->commits);
                           ~~~~~~~~  ^
   fs/nfs/direct.c:208:33: error: no member named 'commits' in 'struct pnfs_ds_commit_info'
           INIT_LIST_HEAD(&dreq->ds_cinfo.commits);
                           ~~~~~~~~~~~~~~ ^
   2 errors generated.

vim +808 fs/nfs/pnfs.h

   804	
   805	static inline void
   806	pnfs_init_ds_commit_info(struct pnfs_ds_commit_info *fl_cinfo, struct inode *inode)
   807	{
 > 808		INIT_LIST_HEAD(&fl_cinfo->commits);
   809	}
   810	

---
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: 29215 bytes --]

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

only message in thread, other threads:[~2020-03-25 15:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25 15:47 [nfs:testing 48/54] fs/nfs/pnfs.h:808:28: error: no member named 'commits' in 'struct pnfs_ds_commit_info' kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).