From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751286AbXCHLSn (ORCPT ); Thu, 8 Mar 2007 06:18:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751311AbXCHLSn (ORCPT ); Thu, 8 Mar 2007 06:18:43 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:55490 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751286AbXCHLSm (ORCPT ); Thu, 8 Mar 2007 06:18:42 -0500 Date: Thu, 8 Mar 2007 11:18:32 +0000 From: Christoph Hellwig To: Eric Dumazet Cc: Christoph Hellwig , Linus Torvalds , Davide Libenzi , Avi Kivity , Linux Kernel Mailing List , Andrew Morton , Al Viro Subject: Re: [patch] epoll use a single inode ... Message-ID: <20070308111832.GA28455@infradead.org> Mail-Followup-To: Christoph Hellwig , Eric Dumazet , Linus Torvalds , Davide Libenzi , Avi Kivity , Linux Kernel Mailing List , Andrew Morton , Al Viro References: <45ED1A3C.6030707@argo.co.il> <200703081042.21454.dada1@cosmosbay.com> <20070308102105.GA21119@infradead.org> <200703081211.20662.dada1@cosmosbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703081211.20662.dada1@cosmosbay.com> User-Agent: Mutt/1.4.2.2i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I'm sorry about complaining again, but.. > > + /* > + * Some filesystems want to provide dentry's pathname themselves, > + * instead of pre-building names at dentry creation. > + */ It's not _some_ filesystems. If real filesystem did this we'd be in horrible trouble. It's "synthetic, non-mountable" filesystem. Except for this the patch looks fine to me, thanks Eric!