]> git.hungrycats.org Git - linux/commitdiff
zygo: set default iosched to CFQ
authorZygo Blaxell <zblaxell@river.furryterror.org>
Sun, 24 Oct 2010 01:35:01 +0000 (21:35 -0400)
committerZygo Blaxell <zblaxell@river.furryterror.org>
Sun, 24 Oct 2010 01:35:01 +0000 (21:35 -0400)
.config

diff --git a/.config b/.config
index ca0d9ad5fc96ad57f2333c2e8d5d0b8e9f19f186..e9f00006cdbb2cc3e61e990442a5af5652486563 100644 (file)
--- a/.config
+++ b/.config
@@ -226,10 +226,10 @@ CONFIG_IOSCHED_NOOP=y
 CONFIG_IOSCHED_DEADLINE=y
 CONFIG_IOSCHED_CFQ=y
 CONFIG_CFQ_GROUP_IOSCHED=y
-CONFIG_DEFAULT_DEADLINE=y
-# CONFIG_DEFAULT_CFQ is not set
+# CONFIG_DEFAULT_DEADLINE is not set
+CONFIG_DEFAULT_CFQ=y
 # CONFIG_DEFAULT_NOOP is not set
-CONFIG_DEFAULT_IOSCHED="deadline"
+CONFIG_DEFAULT_IOSCHED="cfq"
 CONFIG_PREEMPT_NOTIFIERS=y
 CONFIG_PADATA=y
 # CONFIG_INLINE_SPIN_TRYLOCK is not set