dm: stop using WQ_NON_REENTRANT
authorTejun Heo <tj@kernel.org>
Tue, 30 Jul 2013 12:40:21 +0000 (08:40 -0400)
committerAlex Shi <alex.shi@linaro.org>
Tue, 23 Jun 2015 07:28:33 +0000 (15:28 +0800)
commit3cd53f7be1bb2cdc2d47e96a81084de15b4172db
treebd9b2c53161c747bdcc82cbc21024b2ff2f635f1
parentb5bac1f597ae5669dee0d2ae927b8ded0b8f6b34
dm: stop using WQ_NON_REENTRANT

dbf2576e37 ("workqueue: make all workqueues non-reentrant") made
WQ_NON_REENTRANT no-op and the flag is going away.  Remove its usages.

This patch doesn't introduce any behavior changes.

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>
Acked-by: Joe Thornber <ejt@redhat.com>
(cherry picked from commit 670368a8ddc5df56437444c33b8089afc547c30a)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
drivers/md/dm-crypt.c
drivers/md/dm-kcopyd.c
drivers/md/dm-raid1.c
drivers/md/dm.c