From 9c8dd57ec9f82c3f54f5c5e7beb7e8f9a511b12e 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