From: Tejun Heo Date: Mon, 3 Jan 2011 13:49:34 +0000 (-0300) Subject: [media] v4l/cx18: update workqueue usage X-Git-Tag: v2.6.38-rc2~1^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3bc5e3304c9ba8e7504597026d9ca93784d1239;p=pandora-kernel.git [media] v4l/cx18: update workqueue usage With cmwq, there's no reason to use separate out_work_queue. Drop it and use system_wq instead. The in_work_queue needs to be ordered so can't use one of the system wqs; however, as it isn't used to reclaim memory, allocate the workqueue with alloc_ordered_workqueue() without WQ_MEM_RECLAIM. Signed-off-by: Tejun Heo Reviewed-by: Andy Walls Acked-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed