]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: add configfs to pseudofs list
authorKarel Zak <kzak@redhat.com>
Tue, 20 Mar 2012 09:42:47 +0000 (10:42 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Mar 2012 09:42:47 +0000 (10:42 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/utils.c

index c7a1fd17746cd554b4f5bcc2d908bb99dbf2f4d0..ca1eb88d873dabbceb8457365769d07f3bc592e8 100644 (file)
@@ -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 ||