llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [cel:nfsv3-xdrgen 54/63] fs/nfsd/xdr3.h:247:20: error: field has incomplete type 'struct nfsd_attrs'
@ 2025-11-22 14:10 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-11-22 14:10 UTC (permalink / raw)
  To: Chuck Lever; +Cc: llvm, oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux nfsv3-xdrgen
head:   9800773e205f87c3811bef2f1837a30e969c7687
commit: 10ec55d7aca3286d82f1228529656ab0b3c8a673 [54/63] NFSD: Use xdrgen XDR functions for NFSv3 SETATTR procedure
config: loongarch-allmodconfig (https://download.01.org/0day-ci/archive/20251122/202511222219.KDWogUrH-lkp@intel.com/config)
compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251122/202511222219.KDWogUrH-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202511222219.KDWogUrH-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from fs/nfsd/nfs2acl.c:13:
>> fs/nfsd/xdr3.h:247:20: error: field has incomplete type 'struct nfsd_attrs'
     247 |         struct nfsd_attrs       nattrs;
         |                                 ^
   fs/nfsd/xdr3.h:247:9: note: forward declaration of 'struct nfsd_attrs'
     247 |         struct nfsd_attrs       nattrs;
         |                ^
   1 error generated.


vim +247 fs/nfsd/xdr3.h

   242	
   243	struct nfsd3_setattr3args {
   244		struct SETATTR3args	arg;
   245		struct svc_fh		fh;
   246		struct iattr		iattrs;
 > 247		struct nfsd_attrs	nattrs;
   248	};
   249	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

only message in thread, other threads:[~2025-11-22 14:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-22 14:10 [cel:nfsv3-xdrgen 54/63] fs/nfsd/xdr3.h:247:20: error: field has incomplete type 'struct nfsd_attrs' 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;
as well as URLs for NNTP newsgroup(s).