commit | f98d637ba4763e296491bc298df5d99f1105bd19 | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Fri Jan 26 09:03:23 2007 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Fri Jan 26 09:03:23 2007 +0000 |
tree | 35a702aa2b18bb126b71c4b7b00f41cc3ada36fc | |
parent | 5b6195c9bcf5536ec7c921f867573f51e6e4423f [diff] [blame] |
- readahead depends on LFS
diff --git a/miscutils/Config.in b/miscutils/Config.in index 4055543..5afeb2a 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in
@@ -299,6 +299,7 @@ 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.