Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   chs
Date:           Sun Apr 16 21:39:58 UTC 2000

Modified Files:
        syssrc/sys/kern: vfs_cache.c
        syssrc/sys/sys: vnode.h

Log Message:
limit the number of namecache entries to numvnodes rather than desiredvnodes.
getnewvnode() has been changed to virtually guarantee that we'll have more
vnodes than "desired", so previously there would always be more vnodes
than namecache entries.  this fixes PR 9792.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/kern/vfs_cache.c
cvs rdiff -r1.73 -r1.74 syssrc/sys/sys/vnode.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index