Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 2 Nov 2002 18:04:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 2 Nov 2002 18:04:58 -0500 Received: from tapu.f00f.org ([66.60.186.129]:33413 "EHLO tapu.f00f.org") by vger.kernel.org with ESMTP id ; Sat, 2 Nov 2002 18:04:57 -0500 Date: Sat, 2 Nov 2002 15:11:28 -0800 From: Chris Wedgwood To: Linus Torvalds Cc: "Theodore Ts'o" , Dax Kelson , Rusty Russell , linux-kernel@vger.kernel.org, davej@suse.de Subject: Re: Filesystem Capabilities in 2.6? Message-ID: <20021102231128.GB7854@tapu.f00f.org> References: <20021102070607.GB16100@think.thunk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-No-Archive: Yes Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 866 Lines: 23 On Sat, Nov 02, 2002 at 10:47:07AM -0800, Linus Torvalds wrote: > - Make a new file type, and put just that information in the > directory (so that it shows up in d_type on a readdir()). Put the > real data in the file, ie make it largely look like an "extended > symlink". reading directories therefore causes lots of seeks and performance begins to suck again IMO, extended attributes are a better place to store this and making it per-inode, there is an argument that having a file behave differently in different places is unecessaryly complex and really doesn't solve any know real-world problems --cw - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/