qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Qemu-block] [PATCH 2/7] block: make bdrv_start_throttl


From: Alberto Garcia
Subject: Re: [Qemu-devel] [Qemu-block] [PATCH 2/7] block: make bdrv_start_throttled_reqs return void
Date: Tue, 29 Mar 2016 16:02:49 +0200
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu)

On Thu 24 Mar 2016 05:39:21 PM CET, Paolo Bonzini wrote:
> The return value is unused and I am not sure why it would be useful.

Yeah, this is not needed since 0b06ef3bdd177.

Reviewed-by: Alberto Garcia <address@hidden>

>          while (qemu_co_enter_next(&bs->throttled_reqs[i])) {
> -            drained = true;
> +            ;
>          }

Is that semicolon necessary, though?

Berto



reply via email to

[Prev in Thread] Current Thread [Next in Thread]