From 8dfeb42b064c4af397fe3ec20f15228c53bd7334 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 9 Jul 2018 10:47:15 +0200 Subject: [PATCH] containerfs: make low a bool Signed-off-by: Giuseppe Scrivano --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 650f14e..b8983f6 100644 --- a/main.c +++ b/main.c @@ -78,7 +78,7 @@ struct lo_layer struct lo_layer *next; char *path; int fd; - int low; + bool low; }; struct lo_mapping