llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Chuck Lever <chuck.lever@oracle.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [cel:nfsv3-xdrgen 54/63] fs/nfsd/xdr3.h:247:20: error: field has incomplete type 'struct nfsd_attrs'
Date: Sat, 22 Nov 2025 22:10:32 +0800	[thread overview]
Message-ID: <202511222219.KDWogUrH-lkp@intel.com> (raw)

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

                 reply	other threads:[~2025-11-22 14:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202511222219.KDWogUrH-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=chuck.lever@oracle.com \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).