[driver-core:debugfs_cleanup 50/57] fs//ceph/debugfs.c:266:7: error: 'dentry_lru_show_fops' undeclared; did you mean 'caps_show_fops'?

Greg Kroah-Hartman gregkh at linuxfoundation.org
Sun Mar 17 15:29:11 UTC 2019


On Sun, Mar 17, 2019 at 10:49:11PM +0800, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git debugfs_cleanup
> head:   772e1d2b5b6691e4b10f693a4eef4652f01c9078
> commit: 27defed1d399bb11895fd92da516ed535b40098d [50/57] ceph: fix changelog
> config: x86_64-randconfig-x000-201911 (attached as .config)
> compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
> reproduce:
>         git checkout 27defed1d399bb11895fd92da516ed535b40098d
>         # save the attached .config to linux build tree
>         make ARCH=x86_64 
> 
> All errors (new ones prefixed by >>):
> 
>    fs//ceph/debugfs.c: In function 'ceph_fs_debugfs_init':
> >> fs//ceph/debugfs.c:266:7: error: 'dentry_lru_show_fops' undeclared (first use in this function); did you mean 'caps_show_fops'?
>          &dentry_lru_show_fops);
>           ^~~~~~~~~~~~~~~~~~~~
>           caps_show_fops
>    fs//ceph/debugfs.c:266:7: note: each undeclared identifier is reported only once for each function it appears in

Now fixed up, my fault with my rebase, sorry.

greg k-h


More information about the devel mailing list