On Wed, Jul 27, 2022 at 12:34:52 +0200, Michal Privoznik wrote:
There's no need to skip over ENOENT error in
qemuCgroupAllowDevicesPaths(). The path must exists when
qemuCgroupAllowDevicePath() is called because of virFileExists()
check done right above.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/qemu/qemu_cgroup.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>