From a626a99ca55cddc2d28619fb673505135a9f1dec Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 26 Jan 2007 09:07:26 +0000 Subject: [PATCH] - readahead depends on LFS --- miscutils/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/miscutils/Config.in b/miscutils/Config.in index 01d1fa0a5..2967c14c5 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -299,6 +299,7 @@ config RAIDAUTORUN config READAHEAD bool "readahead" default n + depends on LFS help Preload the files listed on the command line into RAM cache so that subsequent reads on these files will not block on disk I/O. -- 2.25.1