From: Tejun Heo Date: Thu, 16 Sep 2010 08:17:35 +0000 (+0200) Subject: workqueue: implement alloc_ordered_workqueue() X-Git-Tag: v2.6.37-rc1~164^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81dcaf6516d8bbd75b894862c8ae7bba04380cfe;p=pandora-kernel.git 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 --- Reading git-diff-tree failed