From c9bc07646100855ff8193e1e62c52b77327e264d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 3 Jul 2012 16:25:50 +0200 Subject: mount-setup: don't complain if we try to fix the label of a dir beneath a mount but can't due to EROFS --- src/shared/label.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/label.h') diff --git a/src/shared/label.h b/src/shared/label.h index 4f404b2f20..8d832f9a59 100644 --- a/src/shared/label.h +++ b/src/shared/label.h @@ -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); -- cgit v1.2.3-54-g00ecf