* [linux-next:master 14382/14612] fs/smb/client/cifs_debug.c:395:30: warning: 'cifs_debug_dirs_proc_ops' defined but not used
@ 2026-04-23 2:45 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-04-23 2:45 UTC (permalink / raw)
To: Enzo Matsumiya; +Cc: oe-kbuild-all, Steve French
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 70c8a7ec6715b5fb14e501731b5b9210a16684f7
commit: 63bff18d4aa02fa595f7e8582543c6f92c4f9fbc [14382/14612] smb: client: fix (remove) drop_dir_cache module parameter
config: i386-randconfig-2006-20250804 (https://download.01.org/0day-ci/archive/20260423/202604230427.fhOj2MEi-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260423/202604230427.fhOj2MEi-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202604230427.fhOj2MEi-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> fs/smb/client/cifs_debug.c:395:30: warning: 'cifs_debug_dirs_proc_ops' defined but not used [-Wunused-const-variable=]
395 | static const struct proc_ops cifs_debug_dirs_proc_ops = {
| ^~~~~~~~~~~~~~~~~~~~~~~~
vim +/cifs_debug_dirs_proc_ops +395 fs/smb/client/cifs_debug.c
394
> 395 static const struct proc_ops cifs_debug_dirs_proc_ops = {
396 .proc_open = cifs_debug_dirs_proc_open,
397 .proc_read = seq_read,
398 .proc_lseek = seq_lseek,
399 .proc_release = single_release,
400 .proc_write = cifs_debug_dirs_proc_write,
401 };
402 #endif /* CONFIG_CIFS_DEBUG */
403
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* [linux-next:master 14382/14612] fs/smb/client/cifs_debug.c:395:30: warning: 'cifs_debug_dirs_proc_ops' defined but not used
@ 2026-04-23 3:03 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-04-23 3:03 UTC (permalink / raw)
To: Enzo Matsumiya; +Cc: oe-kbuild-all, Steve French
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 70c8a7ec6715b5fb14e501731b5b9210a16684f7
commit: 63bff18d4aa02fa595f7e8582543c6f92c4f9fbc [14382/14612] smb: client: fix (remove) drop_dir_cache module parameter
config: x86_64-rhel-9.4-bpf (https://download.01.org/0day-ci/archive/20260423/202604231025.zaEpIOHy-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260423/202604231025.zaEpIOHy-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202604231025.zaEpIOHy-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> fs/smb/client/cifs_debug.c:395:30: warning: 'cifs_debug_dirs_proc_ops' defined but not used [-Wunused-const-variable=]
395 | static const struct proc_ops cifs_debug_dirs_proc_ops = {
| ^~~~~~~~~~~~~~~~~~~~~~~~
vim +/cifs_debug_dirs_proc_ops +395 fs/smb/client/cifs_debug.c
394
> 395 static const struct proc_ops cifs_debug_dirs_proc_ops = {
396 .proc_open = cifs_debug_dirs_proc_open,
397 .proc_read = seq_read,
398 .proc_lseek = seq_lseek,
399 .proc_release = single_release,
400 .proc_write = cifs_debug_dirs_proc_write,
401 };
402 #endif /* CONFIG_CIFS_DEBUG */
403
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-23 3:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-23 2:45 [linux-next:master 14382/14612] fs/smb/client/cifs_debug.c:395:30: warning: 'cifs_debug_dirs_proc_ops' defined but not used kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2026-04-23 3:03 kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.