From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 0/7] XFS: case-insensitive lookup and Unicode support Date: Tue, 8 Apr 2008 07:45:13 -0400 Message-ID: <20080408114513.GA31734@infradead.org> References: <20080402062508.017738664@chook.melbourne.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: xfs@oss.sgi.com, linux-fsdevel@vger.kernel.org To: Barry Naujok Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:46539 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752299AbYDHLpO (ORCPT ); Tue, 8 Apr 2008 07:45:14 -0400 Content-Disposition: inline In-Reply-To: <20080402062508.017738664@chook.melbourne.sgi.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: btw, a little comment on how to proceed. After your xfs_name patch it would be good to get the nameops and leafn cleanup in as almost independent cleanups and then the ascii only CI but already using the complex and correct lookup method. I think unicocde will take a bit longer to sort out and getting the simpler bit in first would be helpful.