Skip to content

Commit 93dfd44

Browse files
firelzrdkakra
authored andcommitted
ADIOS: Make ADIOS the Default I/O scheduler
Signed-off-by: Kai Krakow <kai@kaishome.de>
1 parent c00f8c6 commit 93dfd44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

block/Kconfig.iosched

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ config MQ_IOSCHED_KYBER
1818

1919
config MQ_IOSCHED_ADIOS
2020
tristate "Adaptive Deadline I/O scheduler"
21-
default m
21+
default y
2222
help
2323
The Adaptive Deadline I/O Scheduler (ADIOS) is a multi-queue I/O
2424
scheduler with learning-based adaptive latency control.
2525

2626
config MQ_IOSCHED_DEFAULT_ADIOS
2727
bool "Enable ADIOS I/O scheduler as default MQ I/O scheduler"
2828
depends on MQ_IOSCHED_ADIOS=y
29-
default n
29+
default y
3030
help
3131
Enable the ADIOS I/O scheduler as the default scheduler for MQ I/O.
3232

0 commit comments

Comments
 (0)