Skip to content
Commit 974271c4 authored by Tejun Heo's avatar Tejun Heo
Browse files

workqueue: don't use WQ_HIGHPRI for unbound workqueues



Unbound wqs aren't concurrency-managed and try to execute work items
as soon as possible.  This is currently achieved by implicitly setting
%WQ_HIGHPRI on all unbound workqueues; however, WQ_HIGHPRI
implementation is about to be restructured and this usage won't be
valid anymore.

Add an explicit chain-wakeup path for unbound workqueues in
process_one_work() instead of piggy backing on %WQ_HIGHPRI.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 918227bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment