From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3Ufk-0002Bx-Jj for qemu-devel@nongnu.org; Tue, 13 Sep 2011 11:13:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3Ufc-0005q2-Rd for qemu-devel@nongnu.org; Tue, 13 Sep 2011 11:13:16 -0400 Received: from mail-ey0-f173.google.com ([209.85.215.173]:50112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3Ufc-0005pw-M9 for qemu-devel@nongnu.org; Tue, 13 Sep 2011 11:13:08 -0400 Received: by eyb7 with SMTP id 7so422463eyb.4 for ; Tue, 13 Sep 2011 08:13:07 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E6F72FC.90300@redhat.com> Date: Tue, 13 Sep 2011 17:13:00 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1315495505-28906-1-git-send-email-pbonzini@redhat.com> <1315495505-28906-5-git-send-email-pbonzini@redhat.com> <4E6F6005.7030408@redhat.com> In-Reply-To: <4E6F6005.7030408@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/12] nbd: add support for NBD_CMD_FLUSH List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org 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