blk-mq: remove non-blocking pass in blk_mq_map_request
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Sep 2016 18:38:23 +0000 (11:38 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 22 Sep 2016 20:27:39 +0000 (14:27 -0600)
commit63581af3f31e0dbea112b83f77c4fbb6a10e1406
treeca9d5f19448c800daffee3183e197ff361a2c495
parent841bac2c87fc21c3ecf3bc3354855921735aeec1
blk-mq: remove non-blocking pass in blk_mq_map_request

bt_get already does a non-blocking pass as well as running the queue
when scheduling internally, no need to duplicate it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c