containerfs: make low a bool

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2018-07-09 10:47:15 +02:00
parent 4169157e92
commit 8dfeb42b06
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED

2
main.c
View File

@ -78,7 +78,7 @@ struct lo_layer
struct lo_layer *next; struct lo_layer *next;
char *path; char *path;
int fd; int fd;
int low; bool low;
}; };
struct lo_mapping struct lo_mapping