]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: update list of pseudo-filesystems
authorKarel Zak <kzak@redhat.com>
Mon, 8 Aug 2011 11:10:34 +0000 (13:10 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 8 Aug 2011 11:10:34 +0000 (13:10 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/utils.c

index f4d51e7873b2652c4587f7c7becb5d60dcc0ffb8..7f2397ad121469b49b07205a1ed0dd263f782560 100644 (file)
@@ -157,14 +157,18 @@ int mnt_fstype_is_pseudofs(const char *type)
            strcmp(type, "proc")  == 0 ||
            strcmp(type, "tmpfs") == 0 ||
            strcmp(type, "sysfs") == 0 ||
+           strcmp(type, "autofs") == 0 ||
            strcmp(type, "devpts") == 0||
            strcmp(type, "cgroup") == 0 ||
+           strcmp(type, "devtmpfs") == 0 ||
            strcmp(type, "devfs") == 0 ||
            strcmp(type, "dlmfs") == 0 ||
            strcmp(type, "cpuset") == 0 ||
            strcmp(type, "securityfs") == 0 ||
+           strcmp(type, "hugetlbfs") == 0 ||
            strcmp(type, "rpc_pipefs") == 0 ||
            strcmp(type, "fusectl") == 0 ||
+           strcmp(type, "mqueue") == 0 ||
            strcmp(type, "binfmt_misc") == 0 ||
            strcmp(type, "fuse.gvfs-fuse-daemon") == 0 ||
            strcmp(type, "debugfs") == 0 ||