From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVMqS-0002wD-6q for qemu-devel@nongnu.org; Thu, 14 Jan 2010 05:22:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVMqN-0002vd-GP for qemu-devel@nongnu.org; Thu, 14 Jan 2010 05:22:27 -0500 Received: from [199.232.76.173] (port=35448 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVMqN-0002vZ-CL for qemu-devel@nongnu.org; Thu, 14 Jan 2010 05:22:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45626) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVMqM-0000lU-TC for qemu-devel@nongnu.org; Thu, 14 Jan 2010 05:22:23 -0500 Message-ID: <4B4EF01B.4090302@redhat.com> Date: Thu, 14 Jan 2010 11:21:15 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/2] block: flush backing_hd in the right place References: <20100112124923.GA19631@lst.de> <4B4E56B8.6000701@codemonkey.ws> In-Reply-To: <4B4E56B8.6000701@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Christoph Hellwig , qemu-devel@nongnu.org Am 14.01.2010 00:26, schrieb Anthony Liguori: > On 01/12/2010 06:49 AM, Christoph Hellwig wrote: >> The backing device is only modified from bdrv_commit. So instead of >> flushing it every time bdrv_flush is called for the front-end device >> only flush it after we're written data to it in bdrv_commit. >> >> Signed-off-by: Christoph Hellwig >> > > Applied. Thanks. Anthony, you seem to have missed the v2 patch that considered my review comments. Can you please apply the diff between v1 and v2 on top? Kevin