]> err.no Git - util-linux/commitdiff
mount: update list of pseudo filesystems
authorKarel Zak <kzak@redhat.com>
Mon, 9 Nov 2009 14:46:54 +0000 (15:46 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 30 Nov 2009 12:58:17 +0000 (13:58 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/sundries.c

index 658eec52e0ea6025c192a9d3c41a661a7ef66135..5c33b113e8900aae27d8075668b16c85fbf07d24 100644 (file)
@@ -251,6 +251,10 @@ is_pseudo_fs(const char *type)
            streq(type, "proc") ||
            streq(type, "tmpfs") ||
            streq(type, "sysfs") ||
+           streq(type, "usbfs") ||
+           streq(type, "cgroup") ||
+           streq(type, "cpuset") ||
+           streq(type, "rpc_pipefs") ||
            streq(type, "devpts"))
                return 1;
        return 0;