Re: [PATCH 7/8] blk-mq: reimplement blk_mq_hw_queue_mapped

2018-04-09 Thread Sagi Grimberg
Looks good, Reviewed-by: Sagi Grimberg

Re: [PATCH 7/8] blk-mq: reimplement blk_mq_hw_queue_mapped

2018-04-09 Thread Christoph Hellwig
On Sun, Apr 08, 2018 at 05:48:13PM +0800, Ming Lei wrote: > Now the actual meaning of queue mapped is that if there is any online > CPU mapped to this hctx, so implement blk_mq_hw_queue_mapped() in this > way. Reviewed-by: Christoph Hellwig

[PATCH 7/8] blk-mq: reimplement blk_mq_hw_queue_mapped

2018-04-08 Thread Ming Lei
Now the actual meaning of queue mapped is that if there is any online CPU mapped to this hctx, so implement blk_mq_hw_queue_mapped() in this way. Cc: Christian Borntraeger Cc: Christoph Hellwig Cc: Stefan Haberland Signed-off-by: Ming Lei --- block/blk-mq.h | 2 +- 1 file changed, 1 insertion