summaryrefslogtreecommitdiffstats
path: root/libmount/src/utils.c
diff options
context:
space:
mode:
authorKarel Zak2015-12-08 12:16:27 +0100
committerKarel Zak2015-12-08 12:16:27 +0100
commit624996a95095b083501affdf6dbbc714171c4901 (patch)
tree0a273d8884dabfb8249dc9d156ebadac26e2fe21 /libmount/src/utils.c
parentMerge branch 'patch-1' of https://github.com/frioux/util-linux (diff)
downloadkernel-qcow2-util-linux-624996a95095b083501affdf6dbbc714171c4901.tar.gz
kernel-qcow2-util-linux-624996a95095b083501affdf6dbbc714171c4901.tar.xz
kernel-qcow2-util-linux-624996a95095b083501affdf6dbbc714171c4901.zip
libmount: add cgroup2 pseudo FS
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 2bfca28d4..6c9217ee9 100644
--- a/libmount/src/utils.c
+++ b/libmount/src/utils.c
@@ -257,6 +257,7 @@ int mnt_fstype_is_pseudofs(const char *type)
"bdev",
"binfmt_misc",
"cgroup",
+ "cgroup2",
"configfs",
"cpuset",
"debugfs",