[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/4] os-posix: replace goto again with a proper
From: |
Gonglei |
Subject: |
Re: [Qemu-devel] [PATCH 2/4] os-posix: replace goto again with a proper loop |
Date: |
Fri, 31 Oct 2014 12:58:48 +0800 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 |
On 2014/10/30 23:07, Michael Tokarev wrote:
> Elminiate two fullwrite implementations with goto replacing them with
s/Elminiate/Eliminate/
> a proper do..while loop.
>
> Signed-off-by: Michael Tokarev <address@hidden>
> ---
> os-posix.c | 16 ++++++----------
> 1 file changed, 6 insertions(+), 10 deletions(-)
Reviewed-by: Gonglei <address@hidden>
Best regards,
-Gonglei
- Re: [Qemu-devel] [PATCH 3/4] pidfile: stop making pidfile error a special case, (continued)
- Re: [Qemu-devel] [PATCH 3/4] pidfile: stop making pidfile error a special case, Gonglei, 2014/10/31
- Re: [Qemu-devel] [PATCH 3/4] pidfile: stop making pidfile error a special case, Michael Tokarev, 2014/10/31
- Re: [Qemu-devel] [PATCH 3/4] pidfile: stop making pidfile error a special case, Gonglei, 2014/10/31
- Re: [Qemu-devel] [PATCH 3/4] pidfile: stop making pidfile error a special case, Michael Tokarev, 2014/10/31
- Re: [Qemu-devel] [PATCH 3/4] pidfile: stop making pidfile error a special case, Gonglei, 2014/10/31
[Qemu-devel] [PATCH 1/4] os-posix: use global daemon_pipe instead of cryptic fds[1], Michael Tokarev, 2014/10/31
[Qemu-devel] [PATCH 4/4] os-posix: reorder parent notification for -daemonize, Michael Tokarev, 2014/10/31
[Qemu-devel] [PATCH 2/4] os-posix: replace goto again with a proper loop, Michael Tokarev, 2014/10/31
- Re: [Qemu-devel] [PATCH 2/4] os-posix: replace goto again with a proper loop,
Gonglei <=