From owner-cvs-all@FreeBSD.ORG Thu Nov 10 06:59:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79F9416A41F; Thu, 10 Nov 2005 06:59:35 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463A743D46; Thu, 10 Nov 2005 06:59:35 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 178ED72DD4; Wed, 9 Nov 2005 22:59:35 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 128E172DCB; Wed, 9 Nov 2005 22:59:35 -0800 (PST) Date: Wed, 9 Nov 2005 22:59:35 -0800 (PST) From: Doug White To: Poul-Henning Kamp In-Reply-To: <1547.1131574569@critter.freebsd.dk> Message-ID: <20051109225823.Y62099@carver.gumbysoft.com> References: <1547.1131574569@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Doug White , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c src/sys/fs/devfs devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 06:59:35 -0000 On Wed, 9 Nov 2005, Poul-Henning Kamp wrote: > In message <200511092203.jA9M3omu013054@repoman.freebsd.org>, Doug White writes > : > > > This is a workaround for a complicated issue involving VFS cookies and devfs. > > The PR and patch have the details. The ultimate fix requires architectural > > changes and clarifications to the VFS API, [...] > > The proper fix is to put the cookie in the dirent and abandon the > microoptimization that UFS/FFS stores struct dirent directly on > the disk. It would be nice if you guys could sit down and figure out just which "proper fix" you want implemented, since everyone seems to have their own ideas. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org