chiark / gitweb /
mount-setup: don't complain if we try to fix the label of a dir beneath a mount but...
[elogind.git] / src / shared / label.h
index 4f404b2f206bd4303e1ea60846dee8bd68fa3f89..8d832f9a598c38849425dc2da331c7d0c4d6a9ad 100644 (file)
@@ -29,7 +29,7 @@
 int label_init(const char *prefix);
 void label_finish(void);
 
-int label_fix(const char *path, bool ignore_enoent);
+int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
 
 int label_socket_set(const char *label);
 void label_socket_clear(void);