From: Karel Zak Date: Tue, 20 Mar 2012 09:42:47 +0000 (+0100) Subject: libmount: add configfs to pseudofs list X-Git-Tag: v2.22-rc1~639 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e1df43ca2e5f6a4b6faaba1595cdcbdd06b585e;p=thirdparty%2Futil-linux.git libmount: add configfs to pseudofs list Signed-off-by: Karel Zak --- diff --git a/libmount/src/utils.c b/libmount/src/utils.c index c7a1fd1774..ca1eb88d87 100644 --- a/libmount/src/utils.c +++ b/libmount/src/utils.c @@ -227,6 +227,7 @@ int mnt_fstype_is_pseudofs(const char *type) strcmp(type, "devfs") == 0 || strcmp(type, "dlmfs") == 0 || strcmp(type, "cpuset") == 0 || + strcmp(type, "configfs") == 0 || strcmp(type, "securityfs") == 0 || strcmp(type, "hugetlbfs") == 0 || strcmp(type, "rpc_pipefs") == 0 ||