block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queue
authorMing Lei <ming.lei@canonical.com>
Thu, 25 Sep 2014 15:23:46 +0000 (23:23 +0800)
committerJens Axboe <axboe@fb.com>
Thu, 25 Sep 2014 21:22:44 +0000 (15:22 -0600)
commite97c293cdf77263abdc021de280516e0017afc84
tree77e1bef4a3835fdbfe5975c78b3d0ba53f266459
parent0bae352da54a95435f721705d3670a6eaefdcf87
block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queue

This patch adds 'blk_mq_ctx' parameter to blk_get_flush_queue(),
so that this function can find the corresponding blk_flush_queue
bound with current mq context since the flush queue will become
per hw-queue.

For legacy queue, the parameter can be simply 'NULL'.

For multiqueue case, the parameter should be set as the context
from which the related request is originated. With this context
info, the hw queue and related flush queue can be found easily.

Signed-off-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-core.c
block/blk-flush.c
block/blk-mq.c
block/blk.h