From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHwK1-0000DR-64 for qemu-devel@nongnu.org; Tue, 19 Mar 2013 09:11:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHwJw-000354-DN for qemu-devel@nongnu.org; Tue, 19 Mar 2013 09:11:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHwJw-00034w-5j for qemu-devel@nongnu.org; Tue, 19 Mar 2013 09:11:16 -0400 Date: Tue, 19 Mar 2013 14:11:10 +0100 From: Kevin Wolf Message-ID: <20130319131110.GD2418@dhcp-200-207.str.redhat.com> References: <513DAC28.8090303@dlhnet.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <513DAC28.8090303@dlhnet.de> Subject: Re: [Qemu-devel] [PATCH 2/3] block: complete all IOs before resizing a device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: Paolo Bonzini , Jeff Cody , "qemu-devel@nongnu.org" , Anthony Liguori Am 11.03.2013 um 11:04 hat Peter Lieven geschrieben: > this patch ensures that all pending IOs are completed > before a device is resized. this is especially important > if a device is shrinked as it the bdrv_check_request() > result is invalidated. > > Signed-off-by: Peter Lieven Thanks, applied to the block branch. Kevin