From owner-cvs-all@FreeBSD.ORG Sat Jul 26 23:44:12 2003 Return-Path: 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 3E33237B401; Sat, 26 Jul 2003 23:44:12 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFDE143F75; Sat, 26 Jul 2003 23:44:10 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by phk.freebsd.dk (8.12.8/8.12.8) with ESMTP id h6R6i8V3019855; Sun, 27 Jul 2003 06:44:08 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h6R6i75H060743; Sun, 27 Jul 2003 08:44:07 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Alfred Perlstein From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 26 Jul 2003 19:00:00 PDT." <20030727020000.GA10457@elvis.mu.org> Date: Sun, 27 Jul 2003 08:44:07 +0200 Message-ID: <60742.1059288247@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/coda coda_fbsd.c coda_vnops.c src/sys/compat/linux linux_misc.c src/sys/dev/raidframe rf_freebsdkintf.c src/sys/fs/hpfs hpfs_vfsops.c src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/fs/ntfs ntfs_vfsops.c src/sys/fs/nwfs ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 27 Jul 2003 06:44:12 -0000 In message <20030727020000.GA10457@elvis.mu.org>, Alfred Perlstein writes: >I thought you were doing the "each device open gets a cookie" thing >from linux via some hack. But instead it appears to be some weird >optimization. Nevermind I guess. Not quite that bad, my aim is to not take the detour over vnodes for devices opened from userland (I posted a "proof of concept" patch for this some weeks ago.) This gains us 4-6% wall-clock on fsck. -- 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.