From 1bbe1bc74be7e50929b7eb4ba85ce69a4582e542 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 27 Aug 2010 10:14:32 +0200 Subject: [PATCH] libmount: add new psetudo filesystems Signed-off-by: Karel Zak --- shlibs/mount/src/utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shlibs/mount/src/utils.c b/shlibs/mount/src/utils.c index 423d942b..1947643a 100644 --- a/shlibs/mount/src/utils.c +++ b/shlibs/mount/src/utils.c @@ -131,6 +131,8 @@ int mnt_fstype_is_pseudofs(const char *type) strcmp(type, "devfs") == 0 || strcmp(type, "dlmfs") == 0 || strcmp(type, "cpuset") == 0 || + strcmp(type, "securityfs") == 0 || + strcmp(type, "debugfs") == 0 || strcmp(type, "spufs") == 0) return 1; return 0; -- 2.39.5