From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [patch 0/5] new truncate sequence patchset Date: Fri, 10 Jul 2009 10:31:20 -0400 Message-ID: <20090710143120.GA19445@infradead.org> References: <20090710073028.782561541@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, hch@infradead.org, viro@zeniv.linux.org.uk, jack@suse.cz To: npiggin@suse.de Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:53487 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750992AbZGJObV (ORCPT ); Fri, 10 Jul 2009 10:31:21 -0400 Content-Disposition: inline In-Reply-To: <20090710073028.782561541@suse.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Here is an attempt at the XFS conversion. It does call the full setattr on the write failures as that's what has been tested with a previous attempt at fixing those isuses. I'll see if I can factor our just the actual block truncation.