From: Tejun Heo Date: Thu, 13 Jan 2011 19:59:56 +0000 (+0000) Subject: dm: dont use flush_scheduled_work X-Git-Tag: v2.6.38-rc1~221^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ffa387e24646cb1cb55d80fd0f182a00e0edb7;p=pandora-kernel.git dm: dont use flush_scheduled_work flush_scheduled_work() is being deprecated. Flush the used work directly instead. In all dm targets, the only work which uses system_wq is ->trigger_event. Signed-off-by: Tejun Heo Signed-off-by: Mike Snitzer Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed