On Thu, Apr 02, 2015 at 05:39:22PM +0100, Stefan Hajnoczi wrote:
> This patch simplifies thread_pool_completion_bh().
> 
> The function first checks elem->state:
> 
>   if (elem->state != THREAD_DONE) {
>       continue;
>   }
> 
> It then goes on to check elem->state == THREAD_DONE although we already
> know this must be the case.
> 
> The QLIST_REMOVE() is duplicated down both branches of an if-else
> statement so that can be lifted out as well.
> 
> Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
> ---
>  thread-pool.c | 14 ++++++--------
>  1 file changed, 6 insertions(+), 8 deletions(-)

Thanks, applied to my block-next tree:
https://github.com/stefanha/qemu/commits/block-next

Stefan

Attachment: pgpGmiGQglfJv.pgp
Description: PGP signature

Reply via email to