From: Karel Zak Date: Mon, 9 Nov 2009 14:46:54 +0000 (+0100) Subject: mount: update list of pseudo filesystems X-Git-Tag: v2.17-rc1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f6f03e628346cf3b90e13f6e6615d68b51be086;p=thirdparty%2Futil-linux.git mount: update list of pseudo filesystems Signed-off-by: Karel Zak --- diff --git a/mount/sundries.c b/mount/sundries.c index 658eec52e0..5c33b113e8 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;