Searched hist:"3 c94d83cb352627f221d971b05f163c17527de74" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | blk-mq.h | diff 3c94d83cb352627f221d971b05f163c17527de74 Mon Dec 17 22:11:17 CST 2018 Jens Axboe <axboe@kernel.dk> blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()
There's a single user of this function, dm, and dm just wants to check if IO is inflight, not that it's just allocated.
This fixes a hang with srp/002 in blktests with dm, where it tries to suspend but waits for inflight IO to finish first. As it checks for just allocated requests, this fails.
Tested-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/md/ |
H A D | dm.c | diff 3c94d83cb352627f221d971b05f163c17527de74 Mon Dec 17 22:11:17 CST 2018 Jens Axboe <axboe@kernel.dk> blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()
There's a single user of this function, dm, and dm just wants to check if IO is inflight, not that it's just allocated.
This fixes a hang with srp/002 in blktests with dm, where it tries to suspend but waits for inflight IO to finish first. As it checks for just allocated requests, this fails.
Tested-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/block/ |
H A D | blk-mq.c | diff 3c94d83cb352627f221d971b05f163c17527de74 Mon Dec 17 22:11:17 CST 2018 Jens Axboe <axboe@kernel.dk> blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()
There's a single user of this function, dm, and dm just wants to check if IO is inflight, not that it's just allocated.
This fixes a hang with srp/002 in blktests with dm, where it tries to suspend but waits for inflight IO to finish first. As it checks for just allocated requests, this fails.
Tested-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|