From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 4/4] remove inode_setattr Date: Mon, 31 May 2010 16:08:15 +0200 Message-ID: <20100531140815.GA21807@lst.de> References: <20100531093954.GA9946@lst.de> <20100531094030.GD10001@lst.de> <20100531140412.GJ9453@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , viro@zeniv.linux.org.uk, jack@suse.cz, linux-fsdevel@vger.kernel.org To: Nick Piggin Return-path: Received: from verein.lst.de ([213.95.11.210]:36267 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755342Ab0EaOIV (ORCPT ); Mon, 31 May 2010 10:08:21 -0400 Content-Disposition: inline In-Reply-To: <20100531140412.GJ9453@laptop> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Jun 01, 2010 at 12:04:12AM +1000, Nick Piggin wrote: > I have a bunch of fs conversions (several from you) I was going to > send to maintainers, they'll clash a bit. I'll see what ends up being > merged in 2.6.35 and try to fix up what I've got. I'll help with the FS conversions, but I really wanted to get the core code into shape first. One other thing that might be worth doing before the mass FS conversions is moving the swapfile and rlimit checks into the beginning of ->setattr instead of doing them late as pointed out by Dimitri a while ago. I've started looking into that.