Re: [Qemu-devel] [PATCH 04/12] nbd: add support for NBD_CMD_FLUSH
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
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 +++