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