From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrNiM-0004gz-A3 for qemu-devel@nongnu.org; Thu, 20 Nov 2014 04:07:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrNiG-00081t-6M for qemu-devel@nongnu.org; Thu, 20 Nov 2014 04:07:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrNiF-00081p-UI for qemu-devel@nongnu.org; Thu, 20 Nov 2014 04:07:40 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAK97dbD010343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 20 Nov 2014 04:07:39 -0500 Message-ID: <546DAF59.5070705@redhat.com> Date: Thu, 20 Nov 2014 10:07:37 +0100 From: Max Reitz MIME-Version: 1.0 References: <1416406785-14241-1-git-send-email-stefanha@redhat.com> <1416406785-14241-3-git-send-email-stefanha@redhat.com> In-Reply-To: <1416406785-14241-3-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.3 2/4] blockdev: check for BLOCK_OP_TYPE_INTERNAL_SNAPSHOT_DELETE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Kevin Wolf On 2014-11-19 at 15:19, Stefan Hajnoczi wrote: > The BLOCK_OP_TYPE_INTERNAL_SNAPSHOT_DELETE op blocker exists but was > never used! Let's fix that so snapshot delete can be blocked. > > Signed-off-by: Stefan Hajnoczi > --- > blockdev.c | 4 ++++ > 1 file changed, 4 insertions(+) Reviewed-by: Max Reitz