Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754060Ab0KIRP2 (ORCPT ); Tue, 9 Nov 2010 12:15:28 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:50023 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751792Ab0KIRP1 (ORCPT ); Tue, 9 Nov 2010 12:15:27 -0500 Date: Tue, 9 Nov 2010 12:15:22 -0500 From: Christoph Hellwig To: Linus Torvalds Cc: Eric Dumazet , Nick Piggin , Al Viro , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [patch 1/6] fs: icache RCU free inodes Message-ID: <20101109171522.GA4522@infradead.org> References: <20101109124610.GB11477@amd> <1289319698.2774.16.camel@edumazet-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1282 Lines: 27 On Tue, Nov 09, 2010 at 09:08:17AM -0800, Linus Torvalds wrote: > Again, this is only an issue for non-dentry lookup. For the dentry > case, we know that if the dentry still exists, then the inode still > exists. So we don't need to check a stable inode pointer if we just > verify the stability of the dentry - and we'll have to do that anyway > obviously. If the dentry still exists we have a reference on the inode and never call into the inode hash. > In other words: let's bite off the complexity in small chunks. Let's > keep the inode lock approach for now for the actual inode lists and > hash lookups. I think they are almost entirely independent issues from > the dentry path. I'm defintively in favour of splitting things into small chunks. I don't particularly care how we do it. inode_lock scaling seems the most simple bit to me, and even that turned out to be a massive amount of work to do properly. Doing the dentry_lock splitup last starts to look more and more interesting given how messy inode_lock is, though. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/