From: Karel Zak Date: Fri, 27 Aug 2010 08:14:32 +0000 (+0200) Subject: libmount: add new psetudo filesystems X-Git-Tag: v2.19-rc1~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bbe1bc74be7e50929b7eb4ba85ce69a4582e542;p=thirdparty%2Futil-linux.git libmount: add new psetudo filesystems Signed-off-by: Karel Zak --- diff --git a/shlibs/mount/src/utils.c b/shlibs/mount/src/utils.c index 423d942b80..1947643add 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;