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(a)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(a)redhat.com>
Jano