
17 Feb
2016
17 Feb
'16
8:16 a.m.
On Tue, Feb 16, 2016 at 04:29:46PM +0100, Peter Krempa wrote:
Since commit 47e5b5ae virCgroupAllowDevice allows to pass -1 as either the minor or major device number and it automatically uses '*' in place of that. Reuse the new approach through the code and drop the duplicated functions. --- src/libvirt_private.syms | 2 -- src/lxc/lxc_cgroup.c | 4 +-- src/qemu/qemu_cgroup.c | 8 ++--- src/util/vircgroup.c | 94 ------------------------------------------------ src/util/vircgroup.h | 8 ----- 5 files changed, 6 insertions(+), 110 deletions(-)
ACK Jan