From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 03/32] IGET: Introduce a function to register iget failure [try #2] Date: Fri, 5 Oct 2007 15:47:04 +0100 Message-ID: <20071005144704.GB3072@infradead.org> References: <20071004155602.2814.47731.stgit@warthog.procyon.org.uk> <20071004155617.2814.46853.stgit@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: hch@infradead.org, viro@ftp.linux.org.uk, torvalds@osdl.org, akpm@osdl.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: David Howells Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:40862 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759059AbXJEOrI (ORCPT ); Fri, 5 Oct 2007 10:47:08 -0400 Content-Disposition: inline In-Reply-To: <20071004155617.2814.46853.stgit@warthog.procyon.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Oct 04, 2007 at 04:56:17PM +0100, David Howells wrote: > Introduce a function to register failure in an inode construction path. This > includes marking the inode under construction as bad, unlocking it and > releasing it. I'm a bit unconfortable with the name, but except for that this function and the users added in the next patches look fine.