From: Jens Axboe Date: Mon, 19 Jun 2006 08:06:48 +0000 (+0200) Subject: [PATCH] Make CFQ the default IO scheduler X-Git-Tag: v2.6.18-rc1~1081^2~9 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b17fd9bceb99610f6dc7998c9a4ed6b71520be2b;p=linux-2.6 [PATCH] Make CFQ the default IO scheduler Signed-off-by: Jens Axboe --- diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched index f3b7753aac..48d090e266 100644 --- a/block/Kconfig.iosched +++ b/block/Kconfig.iosched @@ -40,7 +40,7 @@ config IOSCHED_CFQ choice prompt "Default I/O scheduler" - default DEFAULT_AS + default DEFAULT_CFQ help Select the I/O scheduler which will be used by default for all block devices.