Re: [Qemu-devel] [PATCH v3] sheepdog: multiplex the rw FD to flush cache

2013-01-15 Thread Stefan Hajnoczi
On Tue, Jan 15, 2013 at 06:28:24PM +0800, Liu Yuan wrote: > On 01/15/2013 06:20 PM, Stefan Hajnoczi wrote: > > Please remember to run scripts/checkpatch.pl before posting patches. I > > fixed up a tab character that snuck into this patch. > > > > Ah, Okay, it was in a hasty. > > > Thanks, appli

Re: [Qemu-devel] [PATCH v3] sheepdog: multiplex the rw FD to flush cache

2013-01-15 Thread Liu Yuan
On 01/15/2013 06:20 PM, Stefan Hajnoczi wrote: > Please remember to run scripts/checkpatch.pl before posting patches. I > fixed up a tab character that snuck into this patch. > Ah, Okay, it was in a hasty. > Thanks, applied to my block tree: > https://github.com/stefanha/qemu/commits/block See

Re: [Qemu-devel] [PATCH v3] sheepdog: multiplex the rw FD to flush cache

2013-01-15 Thread Stefan Hajnoczi
On Tue, Jan 15, 2013 at 04:28:55PM +0800, Liu Yuan wrote: > From: Liu Yuan > > This will reduce sockfds connected to the sheep server to one, which simply > the > future hacks. > > Cc: MORITA Kazutaka > Cc: Kevin Wolf > Cc: Stefan Hajnoczi > Signed-off-by: Liu Yuan > --- > v3: fix gcc warn