summaryrefslogtreecommitdiffstats
path: root/libmount/src/utils.c
diff options
context:
space:
mode:
authorKarel Zak2011-08-08 13:10:34 +0200
committerKarel Zak2011-08-08 13:10:34 +0200
commit854fa6d99fb9176dbebbd3054e80376c25b96424 (patch)
tree364532b42ec9845de351a934d689cee7aa21d1cc /libmount/src/utils.c
parentdocs: un-deprecate kill(1) (diff)
downloadkernel-qcow2-util-linux-854fa6d99fb9176dbebbd3054e80376c25b96424.tar.gz
kernel-qcow2-util-linux-854fa6d99fb9176dbebbd3054e80376c25b96424.tar.xz
kernel-qcow2-util-linux-854fa6d99fb9176dbebbd3054e80376c25b96424.zip
libmount: update list of pseudo-filesystems
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/utils.c')
-rw-r--r--libmount/src/utils.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmount/src/utils.c b/libmount/src/utils.c
index f4d51e787..7f2397ad1 100644
--- a/libmount/src/utils.c
+++ b/libmount/src/utils.c
@@ -157,14 +157,18 @@ int mnt_fstype_is_pseudofs(const char *type)
strcmp(type, "proc") == 0 ||
strcmp(type, "tmpfs") == 0 ||
strcmp(type, "sysfs") == 0 ||
+ strcmp(type, "autofs") == 0 ||
strcmp(type, "devpts") == 0||
strcmp(type, "cgroup") == 0 ||
+ strcmp(type, "devtmpfs") == 0 ||
strcmp(type, "devfs") == 0 ||
strcmp(type, "dlmfs") == 0 ||
strcmp(type, "cpuset") == 0 ||
strcmp(type, "securityfs") == 0 ||
+ strcmp(type, "hugetlbfs") == 0 ||
strcmp(type, "rpc_pipefs") == 0 ||
strcmp(type, "fusectl") == 0 ||
+ strcmp(type, "mqueue") == 0 ||
strcmp(type, "binfmt_misc") == 0 ||
strcmp(type, "fuse.gvfs-fuse-daemon") == 0 ||
strcmp(type, "debugfs") == 0 ||