From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH/RFC] Replacing iget4/read_inode2 with icreate Date: Tue, 30 Apr 2002 07:12:36 +0100 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20020430071236.A2262@infradead.org> References: <20020429232429.GA24927@ravel.coda.cs.cmu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: To: Alexander Viro , Chris Mason , linux-fsdevel@vger.kernel.org Content-Disposition: inline In-Reply-To: <20020429232429.GA24927@ravel.coda.cs.cmu.edu>; from jaharkes@cs.cmu.edu on Mon, Apr 29, 2002 at 07:24:29PM -0400 List-Id: linux-fsdevel.vger.kernel.org On Mon, Apr 29, 2002 at 07:24:29PM -0400, Jan Harkes wrote: > > This patch replaces iget4/read_inode2 with icreate. It is pretty much > the XFS icreate + a fix for the init race. Modified both Coda and > ReiserFS to use icreate and do their own inode initialization. > > I tested it for Coda and it seems to be stable. Can't reproduce the race > on the SMP box here. I'd like to know if I made the right ReiserFS > changes. Patch looks good to me, but _please_ read Documentation/CodingStyle and use one tab indents for core code.