diff options
author | Waiman Long <[email protected]> | 2023-11-20 21:18:40 -0500 |
---|---|---|
committer | Tejun Heo <[email protected]> | 2023-11-21 06:19:12 -1000 |
commit | 49277a5b76373e630075ff7d32fc0f9f51294f24 (patch) | |
tree | 99a5394dfe0a9f42a9437fdf5fd4e5f932f3296f /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | e76d28bdf9ba5388b8c4835a5199dc427b603188 (diff) |
workqueue: Move workqueue_set_unbound_cpumask() and its helpers inside CONFIG_SYSFS
Commit fe28f631fa94 ("workqueue: Add workqueue_unbound_exclude_cpumask()
to exclude CPUs from wq_unbound_cpumask") makes
workqueue_set_unbound_cpumask() static as it is not used elsewhere in
the kernel. However, this triggers a kernel test robot warning about
'workqueue_set_unbound_cpumask' defined but not used when CONFIG_SYS
isn't defined. It happens that workqueue_set_unbound_cpumask() is only
called when CONFIG_SYS is defined.
Move workqueue_set_unbound_cpumask() and its helpers inside the
CONFIG_SYSFS compilation block to avoid the warning. There is no
functional change.
Fixes: fe28f631fa94 ("workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Waiman Long <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions