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 ...

Poul-Henning Kamp phk at phk.freebsd.dk
Sat Jul 26 23:44:12 PDT 2003


In message <20030727020000.GA10457 at 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 at 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.


More information about the cvs-all mailing list