Magellan Linux

Contents of /trunk/kernel26-alx/patches-2.6.17-r7/0011-2.6.17-defaultcfq.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 199 - (show annotations) (download)
Fri May 18 11:04:36 2007 UTC (16 years, 11 months ago) by niro
File size: 655 byte(s)
-import

1 Set the cfq I/O Scheduler as the default.
2
3 Signed-off-by: Con Kolivas <kernel@kolivas.org>
4
5 block/Kconfig.iosched | 2 +-
6 1 files changed, 1 insertion(+), 1 deletion(-)
7
8 Index: linux-ck-dev/block/Kconfig.iosched
9 ===================================================================
10 --- linux-ck-dev.orig/block/Kconfig.iosched 2006-06-18 15:20:13.000000000 +1000
11 +++ linux-ck-dev/block/Kconfig.iosched 2006-06-18 15:23:51.000000000 +1000
12 @@ -40,7 +40,7 @@ config IOSCHED_CFQ
13
14 choice
15 prompt "Default I/O scheduler"
16 - default DEFAULT_AS
17 + default DEFAULT_CFQ
18 help
19 Select the I/O scheduler which will be used by default for all
20 block devices.