Skip to content
Snippets Groups Projects
user avatar
Jens Axboe authored
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.

Tested-by: default avatarKai Krakow <kai@kaishome.de>
Reported-by: default avatarPaolo Valente <paolo.valente@linaro.org>
Fixes: f0635b8a ("bfq: calculate shallow depths at init time")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
77f1e0a5
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.