diff options
author | Karel Zak <kzak@redhat.com> | 2009-11-09 15:46:54 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-11-09 15:46:54 +0100 |
commit | 0f6f03e628346cf3b90e13f6e6615d68b51be086 (patch) | |
tree | 4c9a08d9b948990f91ff879bbd1fe2a389bd666d /mount/sundries.c | |
parent | 4be0501bd311c3dfcefc31665fc8aa0c86a71149 (diff) | |
download | util-linux-old-0f6f03e628346cf3b90e13f6e6615d68b51be086.tar.gz |
mount: update list of pseudo filesystems
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/sundries.c')
-rw-r--r-- | mount/sundries.c | 4 |
1 files changed, 4 insertions, 0 deletions
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; |