]> www.infradead.org Git - users/hch/xfs.git/commit
workqueue: Remove the argument @cpu_going_down from wq_calc_pod_cpumask()
authorLai Jiangshan <jiangshan.ljs@antgroup.com>
Thu, 11 Jul 2024 08:35:45 +0000 (16:35 +0800)
committerTejun Heo <tj@kernel.org>
Thu, 11 Jul 2024 22:50:34 +0000 (12:50 -1000)
commit88a41b185d3d6bb03733441c4e440c80dbd1866a
tree3860a5eef96c0c8f49c4f5af63e139c981407504
parent2cb61f76be3b17d5ad42ba3b7b23c7bf98253a0b
workqueue: Remove the argument @cpu_going_down from wq_calc_pod_cpumask()

wq_calc_pod_cpumask() uses wq_online_cpumask, which excludes the cpu
going down, so the argument cpu_going_down is unused and can be removed.

Signed-off-by: Lai Jiangshan <jiangshan.ljs@antgroup.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c