From 1e1df43ca2e5f6a4b6faaba1595cdcbdd06b585e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 20 Mar 2012 10:42:47 +0100 Subject: [PATCH] libmount: add configfs to pseudofs list Signed-off-by: Karel Zak --- libmount/src/utils.c | 1 + 1 file changed, 1 insertion(+) 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 || -- 2.47.2