Re: [PATCH] blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget

From: Jens Axboe
Date: Thu Apr 16 2020 - 11:27:52 EST


On 4/16/20 5:18 AM, John Garry wrote:
> If in blk_mq_dispatch_rq_list() we find no budget, then we break of the
> dispatch loop, but the request may keep the driver tag, evaulated
> in 'nxt' in the previous loop iteration.
>
> Fix by putting the driver tag for that request.

Applied, thanks.

--
Jens Axboe