Re: [PATCH] block: allow specifying default iosched in config

From: Chaitanya Kulkarni
Date: Mon Sep 26 2022 - 18:18:10 EST


On 9/26/22 15:01, Khazhismel Kumykov wrote:
> Setting IO scheduler at device init time in kernel is useful, and moving
> this option into kernel config makes it possible to build different
> kernels with different default schedulers from the same tree.
>
> Order deadline->none->rest to retain current behavior of using "none" by
> default if mq-deadline is not enabled.
>
> Signed-off-by: Khazhismel Kumykov <khazhy@xxxxxxxxxx>
> ---

Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>

-ck