workqueue: implement alloc_ordered_workqueue()
authorTejun Heo <tj@kernel.org>
Thu, 16 Sep 2010 08:17:35 +0000 (10:17 +0200)
committerTejun Heo <tj@kernel.org>
Sun, 19 Sep 2010 15:51:05 +0000 (17:51 +0200)
alloc_ordered_workqueue() creates a workqueue which processes each
work itemp one by one in the queued order.  This will be used to
replace create_freezeable_workqueue() and
create_singlethread_workqueue().

Signed-off-by: Tejun Heo <tj@kernel.org>

No differences found