Re: [PATCH v3 01/11] blk-mq: Do not invoke .queue_rq() for a stopped queue

2016-10-19 Thread Ming Lei
On Wed, Oct 19, 2016 at 5:48 AM, Bart Van Assche wrote: > The meaning of the BLK_MQ_S_STOPPED flag is "do not call > .queue_rq()". Hence modify blk_mq_make_request() such that requests > are queued instead of issued if a queue has been stopped. > > Signed-off-by: Bart Van Assche > Cc: Christoph H

Re: [PATCH v3 01/11] blk-mq: Do not invoke .queue_rq() for a stopped queue

2016-10-19 Thread Christoph Hellwig
Good catch, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v3 01/11] blk-mq: Do not invoke .queue_rq() for a stopped queue

2016-10-18 Thread Bart Van Assche
The meaning of the BLK_MQ_S_STOPPED flag is "do not call .queue_rq()". Hence modify blk_mq_make_request() such that requests are queued instead of issued if a queue has been stopped. Signed-off-by: Bart Van Assche Cc: Christoph Hellwig Cc: Hannes Reinecke Cc: Sagi Grimberg Cc: Johannes Thumshi