]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
workqueue: Make send_mayday() take a PWQ argument directly
authorLai Jiangshan <jiangshan.ljs@antgroup.com>
Mon, 8 Dec 2025 13:25:17 +0000 (21:25 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 8 Dec 2025 19:17:11 +0000 (09:17 -1000)
commitfc5ff53d2aa088713870cd684b160ee95c018520
treec29d02ea1db9bab69371a77c38d176fc129663a9
parentc2f2b01b74be8b40a2173372bcd770723f87e7b2
workqueue: Make send_mayday() take a PWQ argument directly

Make send_mayday() operate on a PWQ directly instead of taking a work
item, so that rescuer_thread() now calls send_mayday(pwq) instead of
open-coding the mayday list manipulation.

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