chiark / gitweb /
readahead: parse command line arguments
[elogind.git] / src / readahead-common.h
index d39dd5b41d7464b35e9f529c25109ae4fa5111cd..c7fd713e1386744825360e4091b42b5be95358ab 100644 (file)
@@ -25,9 +25,8 @@
 #include <sys/stat.h>
 
 #define READAHEAD_FILE_SIZE_MAX (128*1024*1024)
-#define READAHEAD_FILES_MAX (16*1024)
 
-int file_verify(int fd, const char *fn, struct stat *st);
+int file_verify(int fd, const char *fn, off_t file_size_max, struct stat *st);
 
 int fs_on_ssd(const char *p);