aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2015-03-11 11:38:07 +0100
committerKarel Zak <kzak@redhat.com>2015-03-11 11:38:07 +0100
commit209fd7a74879d37cef3d5d1679bc9cad76b96c7a (patch)
tree0c212184d1f3dc4b655147557a76abebe7d0fb42
parentc8b9ecebe9a8f44f968ed94aa7ad2c0f38a0d62c (diff)
downloadutil-linux-playground-209fd7a74879d37cef3d5d1679bc9cad76b96c7a.tar.gz
libmount: mark overlay as pseudo-FS
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--libmount/src/utils.c1
1 files changed, 1 insertions, 0 deletions
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",