From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Piggin Subject: Re: [patch 1/6] fs: icache RCU free inodes Date: Wed, 10 Nov 2010 08:36:19 +1100 Message-ID: <20101109213619.GA3246@amd> References: <20101109124610.GB11477@amd> <87lj52pokp.fsf@basil.nowhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Nick Piggin , Al Viro , Linus Torvalds , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Andi Kleen Return-path: Content-Disposition: inline In-Reply-To: <87lj52pokp.fsf@basil.nowhere.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Nov 09, 2010 at 03:19:02PM +0100, Andi Kleen wrote: > Nick Piggin writes: > > > So here is the inode RCU code. It's obviously not worth doing until the > > actual rcu-walk path walking is in, but I'd like to get opinions on it. > > It would be nice to merge it in Al's tree at some point, though. > > I read the patch. It was quite monotonous (I guess that's a good thing) > But it wasn't clear to me why you added the INIT_LIST_HEAD()s > everywhere. Is this for stopping parallel walkers? > > Ok there's a comment in the doc: "VFS expects it to be initialized" > Is that really true today? I don't think the old code does that. It is in the inode_init_once pile, so yes it has to be returned to the allocator initialized. > > Other than that it seems straight forward. > > Reviewed-by: Andi Kleen Thanks, Nick