From: Wu Fengguang 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 Signed-off-by: Andrew Morton --- mm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/Kconfig~readahead-turn-on-by-default mm/Kconfig --- devel/mm/Kconfig~readahead-turn-on-by-default 2006-05-27 23:06:56.000000000 -0700 +++ devel-akpm/mm/Kconfig 2006-05-27 23:06:56.000000000 -0700 @@ -165,7 +165,7 @@ config UNALIGNED_ZONE_BOUNDARIES # 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 _