All of lore.kernel.org
 help / color / mirror / Atom feed
* [nfs:testing 35/40] fs//nfs/nfs4proc.c:1254:17: error: dereferencing pointer to incomplete type 'struct pnfs_layout_hdr'
@ 2018-05-30 19:48 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2018-05-30 19:48 UTC (permalink / raw)
  To: Fred Isaman; +Cc: kbuild-all, linux-nfs, Trond Myklebust

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

tree:   git://git.linux-nfs.org/projects/trondmy/linux-nfs.git testing
head:   168d4f8633f3fc0fdd9f3f062dec089e387fed4e
commit: b5da54cab9661312e74be0f151d92c72cc01c47a [35/40] pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGET
config: x86_64-randconfig-x011-201821 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-16) 7.3.0
reproduce:
        git checkout b5da54cab9661312e74be0f151d92c72cc01c47a
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   fs//nfs/nfs4proc.c: In function 'nfs4_lgopen_release':
>> fs//nfs/nfs4proc.c:1254:17: error: dereferencing pointer to incomplete type 'struct pnfs_layout_hdr'
      atomic_dec(&lo->plh_outstanding);
                    ^~

vim +1254 fs//nfs/nfs4proc.c

  1246	
  1247	static void nfs4_lgopen_release(void *calldata)
  1248	{
  1249		struct nfs4_layoutget *lgp = calldata;
  1250		struct inode *inode = lgp->args.inode;
  1251	
  1252		if (inode) {
  1253			struct pnfs_layout_hdr *lo = NFS_I(inode)->layout;
> 1254			atomic_dec(&lo->plh_outstanding);
  1255			pnfs_clear_first_layoutget(lo);
  1256		}
  1257		nfs4_layoutget_release(lgp);
  1258	}
  1259	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

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

only message in thread, other threads:[~2018-05-30 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-30 19:48 [nfs:testing 35/40] fs//nfs/nfs4proc.c:1254:17: error: dereferencing pointer to incomplete type 'struct pnfs_layout_hdr' kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.