]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: cgroup: Remove now unreachable check
authorPeter Krempa <pkrempa@redhat.com>
Wed, 11 Nov 2015 09:28:47 +0000 (10:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Dec 2015 13:57:12 +0000 (14:57 +0100)
commit6ba02c21acf4764e764ddb0a373efa1adc6b037a
tree4cbcae816b973fbe03b029cf25d4a97ae0c283de
parent233c3ac861d91cd00e49b5233b793c31f81f0c58
qemu: cgroup: Remove now unreachable check

Since commit 0c04906fa the check for priv->cgroup doesn't make sense as
the calls to virCgroupHasController return the same information. Remove
it and move it's comment partially to the new check.

The already spurious check was also later copied to the iothreads code.
src/qemu/qemu_cgroup.c