
18 Jun
2019
18 Jun
'19
2:57 p.m.
On Thu, Apr 25, 2019 at 09:44:24AM +0200, Pavel Hrdina wrote:
We need to close our FD that we have for BPF program and map in order to let kernel remove all resources once the cgroup is removed as well.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/libvirt_private.syms | 1 + src/util/vircgroupv2.c | 3 +++ src/util/vircgroupv2devices.c | 26 ++++++++++++++++++++++++++ src/util/vircgroupv2devices.h | 3 +++ 4 files changed, 33 insertions(+)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano