diff options
author | Christoph Hellwig <hch@infradead.org> | 2014-03-21 08:57:37 -0600 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-03-21 08:57:37 -0600 |
commit | eeabc850b79336575da7be3dbe186a2da4de8293 (patch) | |
tree | 4cc10d227c84bbe254bc3ce1b1513c9894ab364d /block/blk-mq.h | |
parent | 081241e592c47f4ed2999a0b576ae85e765c6da4 (diff) | |
download | linux-exynos-eeabc850b79336575da7be3dbe186a2da4de8293.tar.gz linux-exynos-eeabc850b79336575da7be3dbe186a2da4de8293.tar.bz2 linux-exynos-eeabc850b79336575da7be3dbe186a2da4de8293.zip |
blk-mq: merge blk_mq_insert_request and blk_mq_run_request
It's almost identical to blk_mq_insert_request, so fold the two into one
slightly more generic function by making the flush special case a bit
smarted.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-mq.h')
-rw-r--r-- | block/blk-mq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-mq.h b/block/blk-mq.h index 361f9343dab1..ebbe6bac9d61 100644 --- a/block/blk-mq.h +++ b/block/blk-mq.h @@ -23,7 +23,6 @@ struct blk_mq_ctx { }; void __blk_mq_complete_request(struct request *rq); -void blk_mq_run_request(struct request *rq, bool run_queue, bool async); void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async); void blk_mq_init_flush(struct request_queue *q); void blk_mq_drain_queue(struct request_queue *q); |