chiark / gitweb /
selinux: use setcon() instead of reexec to apply selinux policy
[elogind.git] / src / readahead-common.h
index 964ca1f2fa976dbb705b8b75a0c1a1273f45ba24..167df316d93da5b8aa83f98e632dd2c56d7a7a78 100644 (file)
@@ -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);