]> err.no Git - util-linux/commitdiff
libmount: add new psetudo filesystems
authorKarel Zak <kzak@redhat.com>
Fri, 27 Aug 2010 08:14:32 +0000 (10:14 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Jan 2011 11:28:42 +0000 (12:28 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/mount/src/utils.c

index 423d942b80a06d794b3578fd14bd471d84bb4916..1947643add7ea4608b36950874233ce4c39731bc 100644 (file)
@@ -131,6 +131,8 @@ int mnt_fstype_is_pseudofs(const char *type)
            strcmp(type, "devfs") == 0 ||
            strcmp(type, "dlmfs") == 0 ||
            strcmp(type, "cpuset") == 0 ||
+           strcmp(type, "securityfs") == 0 ||
+           strcmp(type, "debugfs") == 0 ||
            strcmp(type, "spufs") == 0)
                return 1;
        return 0;