From owner-cvs-src@FreeBSD.ORG Thu Nov 10 07:56:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52A7316A41F; Thu, 10 Nov 2005 07:56:46 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9704D43D45; Thu, 10 Nov 2005 07:56:45 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id jAA7uhYI014292; Thu, 10 Nov 2005 18:56:44 +1100 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id jAA7ufp4032417; Thu, 10 Nov 2005 18:56:42 +1100 Date: Thu, 10 Nov 2005 18:56:36 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Poul-Henning Kamp In-Reply-To: <3515.1131606193@critter.freebsd.dk> Message-ID: <20051110184723.X71304@delplex.bde.org> References: <3515.1131606193@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Doug White , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Doug White , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c src/sys/fs/devfs devfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 07:56:46 -0000 On Thu, 10 Nov 2005, Poul-Henning Kamp wrote: > I don't think I've seen any other proposals than to put it in > dirent where it rightfully belongs. > > The reason it is not in dirent is that UFS/FFS uses dirent as the > layout in directories as a microoptimization. I think the reason is exactly the opposite. Bruce