From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51200 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTXvi-00049e-93 for qemu-devel@nongnu.org; Fri, 17 Dec 2010 05:52:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTXve-0001hP-Fp for qemu-devel@nongnu.org; Fri, 17 Dec 2010 05:52:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTXve-0001gy-7R for qemu-devel@nongnu.org; Fri, 17 Dec 2010 05:52:50 -0500 Message-ID: <4D0B4146.60206@redhat.com> Date: Fri, 17 Dec 2010 11:53:58 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <20101210150038.GA30990@lst.de> <20101216183614.GA17260@lst.de> <20101216183656.GC17521@lst.de> <4D0B3C4D.6060907@redhat.com> <20101217104115.GA2647@lst.de> In-Reply-To: <20101217104115.GA2647@lst.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v5] raw-posix: add discard support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org Am 17.12.2010 11:41, schrieb Christoph Hellwig: > Add support to discard blocks in a raw image residing on an XFS filesystem > by calling the XFS_IOC_UNRESVSP64 ioctl to punch holes. Support for other > hole punching mechanisms can be added when they become available. > > Signed-off-by: Christoph Hellwig Thanks, applied to the block branch. Kevin