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)
commit81dcaf6516d8bbd75b894862c8ae7bba04380cfe
tree57545ae02e78513cb75d4e9472772ebb2e4408f2
parent151b6a5f1d4c547c92ec67a5a6fedc16f435956e
workqueue: implement alloc_ordered_workqueue()

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>
include/linux/workqueue.h