From owner-cvs-all@FreeBSD.ORG Thu Nov 10 16:14:22 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 8AA9316A41F; Thu, 10 Nov 2005 16:14:22 +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 2B14C43D48; Thu, 10 Nov 2005 16:14:22 +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 72B1EBC66; Thu, 10 Nov 2005 16:14:20 +0000 (UTC) To: Scott Long From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 10 Nov 2005 08:55:12 MST." <43736D60.5060703@samsco.org> Date: Thu, 10 Nov 2005 17:14:19 +0100 Message-ID: <6319.1131639259@critter.freebsd.dk> Sender: phk@critter.freebsd.dk 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-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 16:14:22 -0000 In message <43736D60.5060703@samsco.org>, Scott Long writes: >Ok, so now you need to teach the consumers like NFS to de-interleave the >cookies from the dirents, which isn't all that straight forward because >the dirents are all various sizes. Not a hard problem to solve, but I >don't see what the net gain is here. The net gain is that the memory management gets a lot simpler and that cookies become a property of the dirent instead of their own magic thing. But I'll agree that this is not a major issue, just one of those hacks that we need to straighten out before the confusion and and copy&paste infestation spreads too much. -- 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.