From 0f6f03e628346cf3b90e13f6e6615d68b51be086 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 9 Nov 2009 15:46:54 +0100 Subject: [PATCH] mount: update list of pseudo filesystems Signed-off-by: Karel Zak --- mount/sundries.c | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.5