Skip to content
Commit 11ebea50 authored by Tejun Heo's avatar Tejun Heo
Browse files

workqueue: separate out worker_pool flags



GCWQ_MANAGE_WORKERS, GCWQ_MANAGING_WORKERS and GCWQ_HIGHPRI_PENDING
are per-pool properties.  Add worker_pool->flags and make the above
three flags per-pool flags.

The changes in this patch are mechanical and don't caues any
functional difference.  This is to prepare for multiple pools per
gcwq.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 63d95a91
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