]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
workqueue/hotplug: remove the workaround in rebind_workers()
authorLai Jiangshan <jiangshanlai@gmail.com>
Fri, 1 Dec 2017 14:23:07 +0000 (22:23 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 4 Dec 2017 22:46:09 +0000 (14:46 -0800)
commit62408c1ef00784e8bcfc4848ade76480fb8aed21
tree75a35a2c949b99866f5e840e6da2fdd4622720b0
parente8b3f8db7aad99fcc5234fc5b89984ff6620de3d
workqueue/hotplug: remove the workaround in rebind_workers()

Since the cpu/hotplug refactoring, DOWN_FAILED is never called without
preceding DOWN_PREPARE making the workaround unnecessary.  Remove it.

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