]> www.infradead.org Git - users/hch/xfs.git/commit
workqueue: Remove the arguments @hotplug_cpu and @online from wq_update_pod()
authorLai Jiangshan <jiangshan.ljs@antgroup.com>
Thu, 11 Jul 2024 08:35:46 +0000 (16:35 +0800)
committerTejun Heo <tj@kernel.org>
Thu, 11 Jul 2024 22:50:35 +0000 (12:50 -1000)
commitd160a58de59cd617d9648d0458d572d063d66b71
treeb1b82d67359cb9f5aaf365ce98d5cb58a79173d6
parent88a41b185d3d6bb03733441c4e440c80dbd1866a
workqueue: Remove the arguments @hotplug_cpu and @online from wq_update_pod()

The arguments @hotplug_cpu and @online are not used in wq_update_pod()
since the functions called by wq_update_pod() don't need them.

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