]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: mark overlay as pseudo-FS
authorKarel Zak <kzak@redhat.com>
Wed, 11 Mar 2015 10:38:07 +0000 (11:38 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Mar 2015 10:38:07 +0000 (11:38 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/utils.c

index bc43a85cf51418f8c7c42119b0e3e5659e9cbc26..332f51571c2c7c78e06fd0db4f037fa2c7770a3f 100644 (file)
@@ -271,6 +271,7 @@ int mnt_fstype_is_pseudofs(const char *type)
                "mqueue",
                "nfsd",
                "none",
+               "overlay",
                "pipefs",
                "proc",
                "pstore",