- readahead depends on LFS

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-26 09:03:23 +00:00
parent 5b6195c9bc
commit f98d637ba4

View File

@ -299,6 +299,7 @@ config RAIDAUTORUN
config READAHEAD config READAHEAD
bool "readahead" bool "readahead"
default n default n
depends on LFS
help help
Preload the files listed on the command line into RAM cache so that 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. subsequent reads on these files will not block on disk I/O.