From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlHGQ-00019Q-07 for qemu-devel@nongnu.org; Thu, 12 Jan 2012 04:48:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlHGL-0004uq-S0 for qemu-devel@nongnu.org; Thu, 12 Jan 2012 04:48:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlHGL-0004um-J3 for qemu-devel@nongnu.org; Thu, 12 Jan 2012 04:48:01 -0500 Message-ID: <4F0EAD19.2050704@redhat.com> Date: Thu, 12 Jan 2012 10:51:21 +0100 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] rbd: wire up snapshot removal and rollback functionality List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Gregory Farnum , ceph-devel@vger.kernel.org, qemu-devel@nongnu.org Am 12.01.2012 10:40, schrieb Stefan Hajnoczi: > On Wed, Jan 11, 2012 at 7:53 PM, Gregory Farnum > wrote: >> Signed-off-by: Greg Farnum >> --- >> Remove redundant warnings and add Kevin to the CC. >> >> block/rbd.c | 22 ++++++++++++++++++++++ >> 1 files changed, 22 insertions(+), 0 deletions(-) > > Reviewed-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin