From 209fd7a74879d37cef3d5d1679bc9cad76b96c7a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 11 Mar 2015 11:38:07 +0100 Subject: [PATCH] libmount: mark overlay as pseudo-FS Signed-off-by: Karel Zak --- libmount/src/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libmount/src/utils.c b/libmount/src/utils.c index bc43a85cf5..332f51571c 100644 --- a/libmount/src/utils.c +++ b/libmount/src/utils.c @@ -271,6 +271,7 @@ int mnt_fstype_is_pseudofs(const char *type) "mqueue", "nfsd", "none", + "overlay", "pipefs", "proc", "pstore", -- 2.47.2