bfq: update internal depth state when queue depth changes
commit 77f1e0a5 upstream A previous commit moved the shallow depth and BFQ depth map calculations to be done at init time, moving it outside of the hotter IO path. This potentially causes hangs if the users changes the depth of the scheduler map, by writing to the 'nr_requests' sysfs file for that device. Add a blk-mq-sched hook that allows blk-mq to inform the scheduler if the depth changes, so that the scheduler can update its internal state. Signed-off-by:Eric Wheeler <bfq@linux.ewheeler.net> Tested-by:
Kai Krakow <kai@kaishome.de> Reported-by:
Paolo Valente <paolo.valente@linaro.org> Fixes: f0635b8a ("bfq: calculate shallow depths at init time") Signed-off-by:
Jens Axboe <axboe@kernel.dk> Cc: stable@vger.kernel.org Signed-off-by:
Sasha Levin <sashal@kernel.org>
Showing
Please register or sign in to comment