Skip to content
Commit 97e37d7b authored by Tejun Heo's avatar Tejun Heo
Browse files

workqueue: merge feature parameters into flags



Currently, __create_workqueue_key() takes @singlethread and
@freezeable paramters and store them separately in workqueue_struct.
Merge them into a single flags parameter and field and use
WQ_FREEZEABLE and WQ_SINGLE_THREAD.

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