commit | 63581af3f31e0dbea112b83f77c4fbb6a10e1406 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Sep 22 11:38:23 2016 -0700 |
committer | Jens Axboe <axboe@fb.com> | Thu Sep 22 14:27:39 2016 -0600 |
tree | ca9d5f19448c800daffee3183e197ff361a2c495 | |
parent | 841bac2c87fc21c3ecf3bc3354855921735aeec1 [diff] |
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>