mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
- readahead depends on LFS
This commit is contained in:
parent
5b6195c9bc
commit
f98d637ba4
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user