diff options
author | Mike Snitzer <snitzer@redhat.com> | 2018-12-11 15:10:26 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-12-11 15:40:02 +0100 |
commit | c4576aed8d85d808cd6443bda58393d525207d01 (patch) | |
tree | 909ff78658e5c82da4e8d575da1457dcaccd79bd /drivers/lightnvm/pblk-recovery.c | |
parent | nvme: fix irq vs io_queue calculations (diff) | |
download | linux-c4576aed8d85d808cd6443bda58393d525207d01.tar.xz linux-c4576aed8d85d808cd6443bda58393d525207d01.zip |
dm: fix request-based dm's use of dm_wait_for_completion
The md->wait waitqueue is used by both bio-based and request-based DM.
Commit dbd3bbd291 ("dm rq: leverage blk_mq_queue_busy() to check for
outstanding IO") lost sight of the requirement that
dm_wait_for_completion() must work with all types of DM devices.
Fix md_in_flight() to call the blk-mq or bio-based method accordingly.
Fixes: dbd3bbd291 ("dm rq: leverage blk_mq_queue_busy() to check for outstanding IO")
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/lightnvm/pblk-recovery.c')
0 files changed, 0 insertions, 0 deletions