From owner-cvs-all@FreeBSD.ORG Wed Nov 9 22:16:21 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 09F4216A41F; Wed, 9 Nov 2005 22:16:21 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B45043D76; Wed, 9 Nov 2005 22:16:10 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 68886BC66; Wed, 9 Nov 2005 22:16:09 +0000 (UTC) To: Doug White From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 09 Nov 2005 22:03:50 GMT." <200511092203.jA9M3omu013054@repoman.freebsd.org> Date: Wed, 09 Nov 2005 23:16:09 +0100 Message-ID: <1547.1131574569@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: 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: Wed, 09 Nov 2005 22:16:21 -0000 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. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.