From: Karel Zak Date: Mon, 9 Nov 2009 14:46:54 +0000 (+0100) Subject: mount: update list of pseudo filesystems X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f6f03e628346cf3b90e13f6e6615d68b51be086;p=util-linux mount: update list of pseudo filesystems Signed-off-by: Karel Zak --- diff --git a/mount/sundries.c b/mount/sundries.c index 658eec52..5c33b113 100644 --- a/mount/sundries.c +++ b/mount/sundries.c @@ -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;