From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO00P-0005T9-Lg for qemu-devel@nongnu.org; Tue, 26 Jan 2016 04:33:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO00O-0008Q0-Uk for qemu-devel@nongnu.org; Tue, 26 Jan 2016 04:33:45 -0500 References: <1453747275-9468-1-git-send-email-mreitz@redhat.com> <1453747275-9468-2-git-send-email-mreitz@redhat.com> <20160126093232.GC4389@noname.str.redhat.com> From: Paolo Bonzini Message-ID: <56A73D6E.8020507@redhat.com> Date: Tue, 26 Jan 2016 10:33:34 +0100 MIME-Version: 1.0 In-Reply-To: <20160126093232.GC4389@noname.str.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/8] nbd: client_close on error in nbd_co_client_start List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , Max Reitz Cc: Fam Zheng , qemu-devel@nongnu.org, qemu-block@nongnu.org On 26/01/2016 10:32, Kevin Wolf wrote: > Am 25.01.2016 um 19:41 hat Max Reitz geschrieben: >> > Use client_close() if an error in nbd_co_client_start() occurs instead >> > of manually inlining parts of it. This fixes an assertion error on the >> > server side if nbd_negotiate() fails. >> > >> > Signed-off-by: Max Reitz > Paolo, if you can Ack this one, I can take the series through my tree. Of course. I had the same patch queued from Daniel. Acked-by: Paolo Bonzini Paolo