From: Tejun Heo Date: Thu, 13 Jan 2011 19:59:57 +0000 (+0000) Subject: dm stripe: switch from local workqueue to system_wq X-Git-Tag: v2.6.38-rc1~221^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f521f074abe7b3990f5df65482cdc3d851b80665;p=pandora-kernel.git dm stripe: switch from local workqueue to system_wq kstriped only serves sc->kstriped_ws which runs dm_table_event(). This doesn't need to be executed from an ordered workqueue w/ rescuer. Drop kstriped and use the system_wq instead. While at it, rename kstriped_ws to trigger_event so that it's consistent with other dm modules. Signed-off-by: Tejun Heo Signed-off-by: Mike Snitzer Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed