From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFp6J-0007dc-F3 for qemu-devel@nongnu.org; Tue, 18 Feb 2014 13:09:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFp6E-0001bZ-EB for qemu-devel@nongnu.org; Tue, 18 Feb 2014 13:08:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFp6E-0001as-6g for qemu-devel@nongnu.org; Tue, 18 Feb 2014 13:08:54 -0500 Message-ID: <5303A092.9050600@redhat.com> Date: Tue, 18 Feb 2014 19:04:02 +0100 From: Max Reitz MIME-Version: 1.0 References: <1392725487-18330-1-git-send-email-benoit.canet@irqsave.net> <1392725487-18330-10-git-send-email-benoit.canet@irqsave.net> In-Reply-To: <1392725487-18330-10-git-send-email-benoit.canet@irqsave.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V18 09/12] quorum: Add quorum_co_flush(). List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QmVub8OudCBDYW5ldA==?= , qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, =?UTF-8?B?QmVub8OudCBDYW5ldA==?= , stefanha@redhat.com On 18.02.2014 13:11, Beno=C3=AEt Canet wrote: > From: Beno=C3=AEt Canet > > Makes a vote to select error if any. > > Signed-off-by: Benoit Canet > --- > block/quorum.c | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) The same thing as for patch 3 (unchanged from v17): Reviewed-by: Max Reitz