Re: [Qemu-devel] [PATCH 0/2] net: clean up net/socket.c

2011-12-12 Thread Anthony Liguori
On 12/07/2011 09:01 AM, Stefan Hajnoczi wrote: There is no consistent policy on closing the socket file descriptor when net/socket.c initialization fails. This has been on my TODO list for a while and I had a few minutes to fix it now. Applied all. Thanks. Regards, Anthony Liguori Stefan

[Qemu-devel] [PATCH 0/2] net: clean up net/socket.c

2011-12-07 Thread Stefan Hajnoczi
There is no consistent policy on closing the socket file descriptor when net/socket.c initialization fails. This has been on my TODO list for a while and I had a few minutes to fix it now. Stefan Hajnoczi (2): net: expand tabs in net/socket.c net: take ownership of fd in socket init functions