From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267285AbUBSVov (ORCPT ); Thu, 19 Feb 2004 16:44:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267317AbUBSVou (ORCPT ); Thu, 19 Feb 2004 16:44:50 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:41626 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S267285AbUBSVnz (ORCPT ); Thu, 19 Feb 2004 16:43:55 -0500 Date: Thu, 19 Feb 2004 21:43:53 +0000 From: viro@parcelfarce.linux.theplanet.co.uk To: Linus Torvalds Cc: Tridge , Jamie Lokier , "H. Peter Anvin" , Kernel Mailing List Subject: Re: Eureka! (was Re: UTF-8 and case-insensitivity) Message-ID: <20040219214353.GI31035@parcelfarce.linux.theplanet.co.uk> References: <20040219163838.GC2308@mail.shareable.org> <20040219182948.GA3414@mail.shareable.org> <20040219200554.GE31035@parcelfarce.linux.theplanet.co.uk> <20040219204515.GG31035@parcelfarce.linux.theplanet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 19, 2004 at 01:45:32PM -0800, Linus Torvalds wrote: > So we'd see very quickly if these tentative dentries were to escape > outside of __d_lookup(). Ahem... You'll see them (at least) in dcache pruning codepaths. And those will dereference inodes...