
21 Jun
2019
21 Jun
'19
5:55 a.m.
On Thu, Jun 20, 2019 at 01:25:41PM +0200, Pavel Hrdina wrote:
In cgroups v2 we don't have to detect available controllers every single time if we are creating a new cgroup based on parent cgroup.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/util/vircgroup.c | 2 +- src/util/vircgroupbackend.h | 3 ++- src/util/vircgroupv1.c | 3 ++- src/util/vircgroupv2.c | 17 +++++++++++------ 4 files changed, 16 insertions(+), 9 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano