From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [patch 5/6] fs: d_compare change for rcu-walk Date: Tue, 9 Nov 2010 11:25:55 -0500 Message-ID: <20101109162555.GC6217@infradead.org> References: <20101109124610.GB11477@amd> <20101109130235.GF11477@amd> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Al Viro , Linus Torvalds , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Nick Piggin Return-path: Content-Disposition: inline In-Reply-To: <20101109130235.GF11477@amd> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Nov 10, 2010 at 12:02:35AM +1100, Nick Piggin wrote: > cifs and jfs contain the non-trivial changes, where they no longer > overwrite dentry name in their d_compare(), but rather use the > d_revalidate() method for ensuring case preservation in the presence > of negative dentries, taken from fatfs. Please split these out to separate patches, and make sure you get a review and testing from the jfs and cifs maintainers. I don't think this is .37 material any more.