Re: [Qemu-devel] [PATCH v4 4/5] sheepdog: use inet_connect to simplify connect code

2013-01-29 Thread MORITA Kazutaka
At Tue, 29 Jan 2013 10:11:44 -0700, Eric Blake wrote: > > On 01/29/2013 01:56 AM, MORITA Kazutaka wrote: > > This uses the form ":" for the representation of the > > sheepdog server to use inet_connect. > > > > Signed-off-by: MORITA Kazutaka > > --- > > block/sheepdog.c | 111 > >

Re: [Qemu-devel] [PATCH v4 4/5] sheepdog: use inet_connect to simplify connect code

2013-01-29 Thread Eric Blake
On 01/29/2013 01:56 AM, MORITA Kazutaka wrote: > This uses the form ":" for the representation of the > sheepdog server to use inet_connect. > > Signed-off-by: MORITA Kazutaka > --- > block/sheepdog.c | 111 ++--- > 1 files changed, 30 insertions(

[Qemu-devel] [PATCH v4 4/5] sheepdog: use inet_connect to simplify connect code

2013-01-29 Thread MORITA Kazutaka
This uses the form ":" for the representation of the sheepdog server to use inet_connect. Signed-off-by: MORITA Kazutaka --- block/sheepdog.c | 111 ++--- 1 files changed, 30 insertions(+), 81 deletions(-) diff --git a/block/sheepdog.c b/block/sh