From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coRH8-0002nX-1K for qemu-devel@nongnu.org; Thu, 16 Mar 2017 05:00:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coRH7-00080d-Ef for qemu-devel@nongnu.org; Thu, 16 Mar 2017 05:00:50 -0400 Date: Thu, 16 Mar 2017 10:00:34 +0100 From: Kevin Wolf Message-ID: <20170316090034.GA4995@noname.redhat.com> References: <20170315212811.15937-1-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170315212811.15937-1-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH] blockdev: fix bitmap clear undo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, armbru@redhat.com, mreitz@redhat.com Am 15.03.2017 um 22:28 hat John Snow geschrieben: > Only undo the action if we actually prepared the action. > > Signed-off-by: John Snow Thanks, applied to the block branch. Kevin