[PATCH 26/28] readahead: turn on by default

From: Wu Fengguang
Date: Wed Nov 15 2006 - 02:51:58 EST


Enable the adaptive readahead logic by default.

It helps collect more early testers, and is meant to be a -mm only patch.

Signed-off-by: Wu Fengguang <wfg@xxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
--- linux-2.6.19-rc5-mm1.orig/mm/Kconfig
+++ linux-2.6.19-rc5-mm1/mm/Kconfig
@@ -168,7 +168,7 @@ config ZONE_DMA_FLAG
#
config ADAPTIVE_READAHEAD
bool "Adaptive file readahead (EXPERIMENTAL)"
- default n
+ default y
depends on EXPERIMENTAL
help
Readahead is a technique employed by the kernel in an attempt

--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/