tree: https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.lookups head: 29d284ce7d5812e207996bb26a9cf4644d4cf67a commit: d0ecfbf20a40881b2bea3a8513cf423a8bc3418c [32/34] cifs: switch to ->iterate_shared() config: i386-randconfig-x003-201617 (attached as .config) compiler: reproduce: git checkout d0ecfbf20a40881b2bea3a8513cf423a8bc3418c # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): fs/cifs/readdir.c: In function 'cifs_prime_dcache': >> fs/cifs/readdir.c:133:28: error: expected ';' before ':' token inode = ERR_PTR(-ENOMEM): ^ vim +133 fs/cifs/readdir.c 127 d_invalidate(dentry); 128 dput(dentry); 129 goto retry; 130 } else { 131 inode = cifs_iget(sb, fattr); 132 if (!inode) > 133 inode = ERR_PTR(-ENOMEM): 134 alias = d_splice_alias(inode, dentry); 135 d_lookup_done(dentry); 136 if (alias && !IS_ERR(alias)) --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data