On Thu, Apr 25, 2019 at 09:44:26AM +0200, Pavel Hrdina wrote:
Device rules are stored in BPF map that is a hash type, this function
will create a key based on major and minor id of device.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
src/libvirt_private.syms | 1 +
src/util/vircgroupv2devices.c | 8 ++++++++
src/util/vircgroupv2devices.h | 4 ++++
3 files changed, 13 insertions(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano