From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 4/6] NFS: Add dentry materialisation op [try #7] Date: Wed, 8 Mar 2006 21:31:07 +0000 Message-ID: <20060308213107.GC8042@infradead.org> References: <20060308203018.25493.23720.stgit@warthog.cambridge.redhat.com> <20060308203026.25493.17935.stgit@warthog.cambridge.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: akpm@osdl.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:38868 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S932472AbWCHVbO (ORCPT ); Wed, 8 Mar 2006 16:31:14 -0500 To: David Howells Content-Disposition: inline In-Reply-To: <20060308203026.25493.17935.stgit@warthog.cambridge.redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org > (*) _d_rehash() has been added as a wrapper around __d_rehash() to call it > with the most obvious hash list (the one from the name). d_rehash() now > calls _d_rehash(). We're not really kean on single _ prefix functions. Could you give it a saner name instead (or a new one for __d_rehash and rename _d_reshash to that)