diff options
Diffstat (limited to 'src/readahead-common.h')
-rw-r--r-- | src/readahead-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/readahead-common.h b/src/readahead-common.h index 964ca1f2fa..167df316d9 100644 --- a/src/readahead-common.h +++ b/src/readahead-common.h @@ -32,6 +32,7 @@ int file_verify(int fd, const char *fn, off_t file_size_max, struct stat *st); int fs_on_ssd(const char *p); +int fs_on_read_only(const char *p); bool enough_ram(void); |