diff options
Diffstat (limited to 'src/readahead/readahead-common.h')
-rw-r--r-- | src/readahead/readahead-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/readahead/readahead-common.h b/src/readahead/readahead-common.h index 9962dd527a..3056a02485 100644 --- a/src/readahead/readahead-common.h +++ b/src/readahead/readahead-common.h @@ -29,6 +29,8 @@ #define READAHEAD_FILE_SIZE_MAX (10*1024*1024) +#define READAHEAD_PACK_FILE_VERSION ";VERSION=2\n" + int file_verify(int fd, const char *fn, off_t file_size_max, struct stat *st); int fs_on_ssd(const char *p); |