From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Piggin Subject: Re: [patch 2/5] fs: convert simple fs to new truncate Date: Thu, 10 Dec 2009 18:57:07 +1100 Message-ID: <20091210075706.GA23196@nick> References: <20091208083832.GA19823@wotan.suse.de> <20091208083957.GB19823@wotan.suse.de> <20091209143945.GB7044@quack.suse.cz> <20091210051538.GB15787@nick> <4B20B4D8.1050503@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jan Kara , Al Viro , Christoph Hellwig , linux-fsdevel@vger.kernel.org To: Boaz Harrosh Return-path: Received: from cantor2.suse.de ([195.135.220.15]:34650 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757915AbZLJI7B (ORCPT ); Thu, 10 Dec 2009 03:59:01 -0500 Content-Disposition: inline In-Reply-To: <4B20B4D8.1050503@panasas.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Dec 10, 2009 at 10:44:08AM +0200, Boaz Harrosh wrote: > On 12/10/2009 07:15 AM, Nick Piggin wrote: > > > > Al, any chance to merge patches 1 and 2 upstream early in this round? They > > should be fairly non intrusive and back compatible. Then I can get the > > filesystem specific patches to their maintainers and you won't have to > > bother with them. > > > > ecryptfs is being fixed to use notify_change rather than vmtruncate (which > > is anyway buggy today), so that won't be a problem. > > > > I think we'll be able to get rid of old protocol completely within just > > a couple of releases. Jan and Christoph have made pretty good progress > > there. > > > > Nick Hi. > > I want to do the exofs conversion. Is there a public git-tree with all this that > I can base my work, and run tests? > > Thanks > Boaz Hi Boaz, I don't have any git trees published. Apart from merging the patch by hand, I should hope it goes upstream with Al's vfs merge. If you've got patches based on the previous patchset in Al's tree, then it is identical except that we don't switch those helper functions with the .truncate_kludge = 1 flag but instead use _newtrunc variants. Thanks, Nick