Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 1999 10:47:19 -0600
From:      Nate Williams <nate@mt.sri.com>
To:        Poul-Henning Kamp <phk@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern vfs_subr.c vfs_syscalls.c src/sys/miscfs/devfs devfs_tree.c src/sys/miscfs/specfs spec_vnops.c src/sys/nfs nfs_subs.c src/sys/svr4 svr4_fcntl.c src/sys/sys conf.h lock.h vnode.h ...
Message-ID:  <199908261647.KAA14805@mt.sri.com>
In-Reply-To: <199908261453.HAA58170@freefall.freebsd.org>
References:  <199908261453.HAA58170@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>   Modified files:
>     sys/isofs/cd9660     cd9660_vfsops.c 
>     sys/kern             vfs_subr.c vfs_syscalls.c 
>     sys/miscfs/devfs     devfs_tree.c 
>     sys/miscfs/specfs    spec_vnops.c 
>     sys/nfs              nfs_subs.c 
>     sys/svr4             svr4_fcntl.c 
>     sys/sys              conf.h lock.h vnode.h 
>     sys/ufs/mfs          mfs_vfsops.c 
>     sys/ufs/ufs          ufs_vnops.c 
>     sys/vm               vm_swap.c 
>   Log:
>   Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
>   
>           Make the alias list a SLIST.
>   
>           Drop the "fast recycling" optimization of vnodes (including
>           the returning of a prexisting but stale vnode from checkalias).
>           It doesn't buy us anything now that we don't hardlimit
>           vnodes anymore.

Will this removal cause us to run out of KVM sooner on busy servers
because we are not GC'ing them as often?


Nate


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908261647.KAA14805>