From: Tejun Heo Date: Thu, 14 Oct 2010 23:55:22 +0000 (+0000) Subject: connector: remove lazy workqueue creation X-Git-Tag: v2.6.37-rc1~88^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cebb17beece746de86793cd549e84740896cf4a;p=pandora-kernel.git connector: remove lazy workqueue creation Commit 1a5645bc (connector: create connector workqueue only while needed once) implements lazy workqueue creation for connector workqueue. With cmwq now in place, lazy workqueue creation doesn't make much sense while adding a lot of complexity. Remove it and allocate an ordered workqueue during initialization. This also removes a call to flush_scheduled_work() which is deprecated and scheduled to be removed. Signed-off-by: Tejun Heo Cc: Frederic Weisbecker Signed-off-by: David S. Miller --- Reading git-diff-tree failed