summaryrefslogtreecommitdiffstats
path: root/libmount/src/utils.c
diff options
context:
space:
mode:
authorKarel Zak2012-03-20 10:42:47 +0100
committerKarel Zak2012-03-20 10:42:47 +0100
commit1e1df43ca2e5f6a4b6faaba1595cdcbdd06b585e (patch)
treef05bd140794c3b8dacb9d35d5a94e9950a3e1ddc /libmount/src/utils.c
parentlib/tt: work more sensitive with large columns (diff)
downloadkernel-qcow2-util-linux-1e1df43ca2e5f6a4b6faaba1595cdcbdd06b585e.tar.gz
kernel-qcow2-util-linux-1e1df43ca2e5f6a4b6faaba1595cdcbdd06b585e.tar.xz
kernel-qcow2-util-linux-1e1df43ca2e5f6a4b6faaba1595cdcbdd06b585e.zip
libmount: add configfs to pseudofs list
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/utils.c')
-rw-r--r--libmount/src/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/utils.c b/libmount/src/utils.c
index c7a1fd177..ca1eb88d8 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 ||