Re: [PATCH] blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter
From: Jens Axboe <axboe@kernel.dk>
Date: 2018-05-30 17:32:09
Also in:
linux-nvme
From: Jens Axboe <axboe@kernel.dk>
Date: 2018-05-30 17:32:09
Also in:
linux-nvme
On 5/30/18 10:51 AM, Christoph Hellwig wrote:
We already check for started commands in all callbacks, but we should also protect against already completed commands. Do this by taking the checks to common code.
Looks good, applied. -- Jens Axboe