UPSTREAM: block/mq-deadline: Improve request accounting further
The scheduler .insert_requests() callback is called when a request is queued for the first time and also when it is requeued. Only count a request the first time it is queued. Additionally, since the mq-deadline scheduler only performs zone locking for requests that have been inserted, skip the zone unlock code for requests that have not been inserted into the mq-deadline scheduler. Bug: 293845137 (cherry picked from commit e2c7275d) Fixes: 38ba64d1 ("block/mq-deadline: Track I/O statistics") Reviewed-by:Damien Le Moal <damien.lemoal@wdc.com> Reviewed-by:
Niklas Cassel <Niklas.Cassel@wdc.com> Cc: Hannes Reinecke <hare@suse.de> Change-Id: Ic5183d55fd7a1ff05130f614f90341399d45f318 Signed-off-by:
Bart Van Assche <bvanassche@acm.org> Link: https://lore.kernel.org/r/20210927220328.1410161-2-bvanassche@acm.org Signed-off-by:
Jens Axboe <axboe@kernel.dk> Signed-off-by:
Xiuhong Wang <xiuhong.wang@unisoc.com>
Loading
Please sign in to comment