dm stripe: switch from local workqueue to system_wq
authorTejun Heo <tj@kernel.org>
Thu, 13 Jan 2011 19:59:57 +0000 (19:59 +0000)
committerAlasdair G Kergon <agk@redhat.com>
Thu, 13 Jan 2011 19:59:57 +0000 (19:59 +0000)
commitf521f074abe7b3990f5df65482cdc3d851b80665
treeb2d7693a14ce9bd8138790a9916074103cd4f957
parentd5ffa387e24646cb1cb55d80fd0f182a00e0edb7
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 <tj@kernel.org>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-stripe.c