Re: [PATCH v2 1/2] Re introduces a DCACHE_DENTRY_UNHASHED flag

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Alexey,

[auto build test ERROR on linus/master]
[also build test ERROR on v4.9-rc3 next-20161028]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]

url:    https://github.com/0day-ci/linux/commits/Alexey-Lyashkov/d_unhashed-fixes-and-cleanup/20161101-230954
config: x86_64-randconfig-i0-201644 (attached as .config)
compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/infiniband/hw/qib/qib_fs.c: In function 'remove_file':
>> drivers/infiniband/hw/qib/qib_fs.c:443:3: error: implicit declaration of function '__d_drop' [-Werror=implicit-function-declaration]
      __d_drop(tmp);
      ^
   cc1: some warnings being treated as errors

vim +/__d_drop +443 drivers/infiniband/hw/qib/qib_fs.c

f931551ba Ralph Campbell 2010-05-23  437  		ret = PTR_ERR(tmp);
f931551ba Ralph Campbell 2010-05-23  438  		goto bail;
f931551ba Ralph Campbell 2010-05-23  439  	}
f931551ba Ralph Campbell 2010-05-23  440  
f931551ba Ralph Campbell 2010-05-23  441  	spin_lock(&tmp->d_lock);
dc3f4198e Al Viro        2015-05-18  442  	if (simple_positive(tmp)) {
f931551ba Ralph Campbell 2010-05-23 @443  		__d_drop(tmp);
f931551ba Ralph Campbell 2010-05-23  444  		spin_unlock(&tmp->d_lock);
75c3cfa85 David Howells  2015-03-17  445  		simple_unlink(d_inode(parent), tmp);
f931551ba Ralph Campbell 2010-05-23  446  	} else {

:::::: The code at line 443 was first introduced by commit
:::::: f931551bafe1f10ded7f5282e2aa162c267a2e5d IB/qib: Add new qib driver for QLogic PCIe InfiniBand adapters

:::::: TO: Ralph Campbell <ralph.campbell@xxxxxxxxxx>
:::::: CC: Roland Dreier <rolandd@xxxxxxxxx>

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

Attachment: .config.gz
Description: application/gzip


[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux