1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 09:13:20 -05:00

[PATCH] Make CFQ the default IO scheduler

Signed-off-by: Jens Axboe <axboe@suse.de>
This commit is contained in:
Jens Axboe 2006-06-19 10:06:48 +02:00 committed by Jens Axboe
parent 8f34ee75de
commit b17fd9bceb

View file

@ -40,7 +40,7 @@ config IOSCHED_CFQ
choice choice
prompt "Default I/O scheduler" prompt "Default I/O scheduler"
default DEFAULT_AS default DEFAULT_CFQ
help help
Select the I/O scheduler which will be used by default for all Select the I/O scheduler which will be used by default for all
block devices. block devices.