From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: Re: [PATCH ver4] exofs: New truncate sequence Date: Wed, 09 Jun 2010 16:43:23 +0300 Message-ID: <4C0F9A7B.2010100@panasas.com> References: <4C0F5960.6090305@panasas.com> <20100609100213.GC15403@lst.de> <4C0F7653.9080207@panasas.com> <4C0F7695.2020800@panasas.com> <4C0F773C.5030005@panasas.com> <20100609124545.GX31073@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Al Viro , Christoph Hellwig , linux-fsdevel@vger.kernel.org To: Al Viro Return-path: Received: from daytona.panasas.com ([67.152.220.89]:13236 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757754Ab0FINn0 (ORCPT ); Wed, 9 Jun 2010 09:43:26 -0400 In-Reply-To: <20100609124545.GX31073@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 06/09/2010 03:45 PM, Al Viro wrote: > On Wed, Jun 09, 2010 at 02:13:00PM +0300, Boaz Harrosh wrote: > >> Al hi. >> >> Please take this through your tree. And/or tell me if you need it >> reorder with your ->evict patches. > > Um... Don't we need to free on-disk data blocks when inode gets deleted? No, the OSD device takes care of that when you send it an OSD_REMOVE command. Thanks Boaz