Re: [Qemu-devel] [PATCH 04/12] nbd: add support for NBD_CMD_FLUSH

2011-09-13 Thread Paolo Bonzini
On 09/13/2011 03:52 PM, Kevin Wolf wrote: > + > +if (reply.error !=0) Missing space (this is not for consistency, right?) Well, cut and paste implies consistency. :) Will fix. Paolo

Re: [Qemu-devel] [PATCH 04/12] nbd: add support for NBD_CMD_FLUSH

2011-09-13 Thread Kevin Wolf
Am 08.09.2011 17:24, schrieb Paolo Bonzini: > Note for the brace police: the style in this commit and the following > is consistent with the rest of the file. It is then fixed together with > the introduction of coroutines. > > Signed-off-by: Paolo Bonzini > --- > block/nbd.c | 31 +++

[Qemu-devel] [PATCH 04/12] nbd: add support for NBD_CMD_FLUSH

2011-09-08 Thread Paolo Bonzini
Note for the brace police: the style in this commit and the following is consistent with the rest of the file. It is then fixed together with the introduction of coroutines. Signed-off-by: Paolo Bonzini --- block/nbd.c | 31 +++ nbd.c | 14 +- 2