From: Hitoshi Mitake Date: Fri, 26 Nov 2010 11:06:44 +0000 (+0100) Subject: workqueue: check the allocation of system_unbound_wq X-Git-Tag: v2.6.37-rc6~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5cba24e3f018d4beb6acd101a82483c98f91ce7;p=pandora-kernel.git workqueue: check the allocation of system_unbound_wq I found a trivial bug on initialization of workqueue. Current init_workqueues doesn't check the result of allocation of system_unbound_wq, this should be checked like other queues. Signed-off-by: Hitoshi Mitake Cc: Arjan van de Ven Cc: David Howells Signed-off-by: Tejun Heo --- Reading git-diff-tree failed