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: i386-randconfig-a1-05291352 (attached as .config) compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4 reproduce: git checkout b5da54cab9661312e74be0f151d92c72cc01c47a # save the attached .config to linux build tree make ARCH=i386 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 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:
.config.gz
Description: application/gzip