tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git debugfs_cleanup head: ead253d78760f569593267b87592175cc66b0f99 commit: 4e0d6f855ab212b7a13c28925da7c8ec497f7807 [106/109] sunrpc: fix changelog config: nios2-10m50_defconfig (attached as .config) compiler: nios2-linux-gcc (GCC) 8.1.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 4e0d6f855ab212b7a13c28925da7c8ec497f7807 # save the attached .config to linux build tree GCC_VERSION=8.1.0 make.cross ARCH=nios2
All errors (new ones prefixed by >>):
net/sunrpc/debugfs.c: In function 'sunrpc_debugfs_init':
>> net/sunrpc/debugfs.c:321:2: error: 'rpc_faultdir' undeclared (first use in
>> this function); did you mean 'rpc_fault_dir'?
rpc_faultdir = debugfs_create_dir("inject_fault", topdir);
^~~~~~~~~~~~
rpc_fault_dir
net/sunrpc/debugfs.c:321:2: note: each undeclared identifier is reported
only once for each function it appears in
vim +321 net/sunrpc/debugfs.c
311
312 void __init
313 sunrpc_debugfs_init(void)
314 {
315 topdir = debugfs_create_dir("sunrpc", NULL);
316
317 rpc_clnt_dir = debugfs_create_dir("rpc_clnt", topdir);
318
319 rpc_xprt_dir = debugfs_create_dir("rpc_xprt", topdir);
320
> 321 rpc_faultdir = debugfs_create_dir("inject_fault", topdir);
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: application/gzip
_______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
