From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHwJd-00088z-8H for qemu-devel@nongnu.org; Tue, 19 Mar 2013 09:10:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHwJY-0002xd-Hl for qemu-devel@nongnu.org; Tue, 19 Mar 2013 09:10:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHwJY-0002xV-74 for qemu-devel@nongnu.org; Tue, 19 Mar 2013 09:10:52 -0400 Date: Tue, 19 Mar 2013 14:10:44 +0100 From: Kevin Wolf Message-ID: <20130319131044.GC2418@dhcp-200-207.str.redhat.com> References: <513DABF0.7010906@dlhnet.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <513DABF0.7010906@dlhnet.de> Subject: Re: [Qemu-devel] [PATCH 1/3] Revert "block: complete all IOs before .bdrv_truncate" 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:03 hat Peter Lieven geschrieben: > brdv_truncate() is also called from readv/writev commands on self- > growing file based storage. this will result in requests waiting > for theirselves to complete. > > This reverts commit 9a665b2b8640e464f0a778216fc2dca8d02acf33. Thanks, applied to the block branch. Kevin