From: Aaditya Murthy Date: Sat, 9 Nov 2019 18:17:08 +0000 (-0600) Subject: Update cgroup.h X-Git-Tag: lxc-4.0.0~97^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8714832a9b299decfcf8e6140e3120a9c2eef9e;p=thirdparty%2Flxc.git Update cgroup.h Fixed the documentation to say that cgroupv2 uses a unified hierarchy Signed-off-by: Aaditya Murthy --- diff --git a/src/lxc/cgroups/cgroup.h b/src/lxc/cgroups/cgroup.h index f3f0f6726..6ab5187c2 100644 --- a/src/lxc/cgroups/cgroup.h +++ b/src/lxc/cgroups/cgroup.h @@ -77,7 +77,7 @@ typedef enum { * If the hierarchy is a legacy hierarchy this will be set to * CGROUP_SUPER_MAGIC. * - unified hierarchy - * If the hierarchy is a legacy hierarchy this will be set to + * If the hierarchy is a unified hierarchy this will be set to * CGROUP2_SUPER_MAGIC. */ struct hierarchy {