From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Harkes Subject: Re: [PATCH] coda: kill file_count abuse Date: Thu, 19 Jul 2007 18:16:00 -0400 Message-ID: <20070719221559.GI8857@delft.aura.cs.cmu.edu> References: <20070719214508.GA4482@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: akpm@osdl.org, linux-fsdevel@vger.kernel.org To: Christoph Hellwig Return-path: Received: from DELFT.AURA.CS.CMU.EDU ([128.2.206.88]:47103 "EHLO delft.aura.cs.cmu.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759386AbXGSWQG (ORCPT ); Thu, 19 Jul 2007 18:16:06 -0400 Content-Disposition: inline In-Reply-To: <20070719214508.GA4482@lst.de> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Jul 19, 2007 at 11:45:08PM +0200, Christoph Hellwig wrote: > ->release is the proper way to detect the last close of a file, > file_count should never be used in filesystems. Has been tried, the problem with that once ->release is called it is too late to pass the the error back to close(2). Jan