aboutsummaryrefslogtreecommitdiff
path: root/miscutils/readahead.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/readahead.c')
-rw-r--r--miscutils/readahead.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/readahead.c b/miscutils/readahead.c
index cc0ba5ba3..d2bed2092 100644
--- a/miscutils/readahead.c
+++ b/miscutils/readahead.c
@@ -13,7 +13,6 @@
13//config: bool "readahead (1.5 kb)" 13//config: bool "readahead (1.5 kb)"
14//config: default y 14//config: default y
15//config: depends on LFS 15//config: depends on LFS
16//config: select PLATFORM_LINUX
17//config: help 16//config: help
18//config: Preload the files listed on the command line into RAM cache so that 17//config: Preload the files listed on the command line into RAM cache so that
19//config: subsequent reads on these files will not block on disk I/O. 18//config: subsequent reads on these files will not block on disk I/O.