From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSTaX-0005zo-4S for qemu-devel@nongnu.org; Mon, 02 Mar 2015 11:53:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSTaR-00047V-G6 for qemu-devel@nongnu.org; Mon, 02 Mar 2015 11:53:01 -0500 Message-ID: <54F49564.2000200@redhat.com> Date: Mon, 02 Mar 2015 11:52:52 -0500 From: Max Reitz MIME-Version: 1.0 References: <1424887718-10800-1-git-send-email-mreitz@redhat.com> <1424887718-10800-5-git-send-email-mreitz@redhat.com> In-Reply-To: <1424887718-10800-5-git-send-email-mreitz@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/25] nbd: Fix response to invalid requests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: Kevin Wolf , Paolo Bonzini , qemu-devel@nongnu.org, Stefan Hajnoczi On 2015-02-25 at 13:08, Max Reitz wrote: > reply.error is a positive errno value, not a negative one. > > Signed-off-by: Max Reitz > --- > nbd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This is (functionally) the same patch as http://lists.nongnu.org/archive/html/qemu-devel/2015-02/msg02258.html, so this should be dropped if that one is applied before. Max