mirror of https://github.com/mirror/busybox.git
- readahead depends on LFS
parent
e338dd95b4
commit
a626a99ca5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue