git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4690c4a
)
workqueue: merge feature parameters into flags
author
Tejun Heo
<tj@kernel.org>
Tue, 29 Jun 2010 08:07:10 +0000
(10:07 +0200)
committer
Tejun Heo
<tj@kernel.org>
Tue, 29 Jun 2010 08:07:10 +0000
(10:07 +0200)
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: Tejun Heo <tj@kernel.org>
No differences found