The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3182
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Fixed the documentation to say that cgroupv2 uses a unified hierarchy Signed-off-by: Aaditya Murthy <amurthy...@utexas.edu>
From c8714832a9b299decfcf8e6140e3120a9c2eef9e Mon Sep 17 00:00:00 2001 From: Aaditya Murthy <aadi...@users.noreply.github.com> Date: Sat, 9 Nov 2019 12:17:08 -0600 Subject: [PATCH] Update cgroup.h Fixed the documentation to say that cgroupv2 uses a unified hierarchy Signed-off-by: Aaditya Murthy <amurthy...@utexas.edu> --- src/lxc/cgroups/cgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/cgroups/cgroup.h b/src/lxc/cgroups/cgroup.h index f3f0f67266..6ab5187c25 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 {
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel