From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VROQK-00020z-Jq for qemu-devel@nongnu.org; Wed, 02 Oct 2013 11:33:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VROQE-0004Te-Hz for qemu-devel@nongnu.org; Wed, 02 Oct 2013 11:33:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VROQE-0004TV-Ax for qemu-devel@nongnu.org; Wed, 02 Oct 2013 11:33:06 -0400 Message-ID: <524C3CAC.6060308@redhat.com> Date: Wed, 02 Oct 2013 17:33:00 +0200 From: Max Reitz MIME-Version: 1.0 References: <1380717228-10135-1-git-send-email-benoit@irqsave.net> <1380717228-10135-2-git-send-email-benoit@irqsave.net> In-Reply-To: <1380717228-10135-2-git-send-email-benoit@irqsave.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V4] block: Add BlockDriver.bdrv_check_ext_snapshot. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Beno=EEt_Canet?= Cc: kwolf@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On 2013-10-02 14:33, Beno=EEt Canet wrote: > This field is used by blkverify to disable external snapshots creation. > I will also be used by block filters like quorum to disable external sn= apshots > creation. Oh, I nearly missed it: s/I will also be/It will also be/ and probably=20 s/external snapshots creation/external snapshot creation/, but I'm not=20 too sure about the last one.