From: Tejun Heo Date: Fri, 24 Dec 2010 14:59:06 +0000 (+0100) Subject: isdn/capi: make kcapi use a separate workqueue X-Git-Tag: v2.6.38-rc1~456^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=158fa67753e1eb3edfa5a2d1868666d89d1cf09f;p=pandora-kernel.git isdn/capi: make kcapi use a separate workqueue flush_scheduled_work() is deprecated and will be removed. Because kcapi uses fire-and-forget type works, it's impossible to flush each work explicitly. Create and use a dedicated workqueue instead. Please note that with recent workqueue changes, each workqueue doesn't reserve a lot of resources and using it as a flush domain is fine. Signed-off-by: Tejun Heo Acked-by: Jan Kiszka --- Reading git-diff-tree failed