summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2015-03-11 11:38:07 +0100
committerKarel Zak <kzak@redhat.com>2015-03-12 10:23:27 +0100
commit6c778514af8f0a5efcbffa950cebd4c394a27956 (patch)
treeaa41bd1b3c4f5cccbfb35c4699c20170ff02e500
parent2c9486fac2b575193fbac55f00ae857328b573e5 (diff)
downloadutil-linux-6c778514af8f0a5efcbffa950cebd4c394a27956.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 bc43a85cf..332f51571 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",