[libvirt] [PATCH] qemu: Don't remove the "return 0"

Daniel P. Berrange berrange at redhat.com
Tue May 21 15:10:28 UTC 2013


On Tue, May 21, 2013 at 11:04:36PM +0800, Osier Yang wrote:
> Commit f60a50c7957 intended to remove the warning only, but not with
> the "return 0" together.
> ---
>  src/qemu/qemu_cgroup.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/qemu/qemu_cgroup.c b/src/qemu/qemu_cgroup.c
> index ff9a075..fb88802 100644
> --- a/src/qemu/qemu_cgroup.c
> +++ b/src/qemu/qemu_cgroup.c
> @@ -471,6 +471,8 @@ qemuSetupMemoryCgroup(virDomainObjPtr vm)
>              virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
>                             _("Memory cgroup is not available on this host"));
>              return -1;
> +        } else {
> +            return 0;
>          }
>      }
>  

ACK


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list