Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 03/30/2001 01:39:23
Module Name:	syssrc
Committed By:	fvdl
Date:		Thu Mar 29 22:39:23 UTC 2001

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

Log Message:
Depending on the NAMECACHE_ENTER_REVERSE option, always enter reverse
mappings (vnode -> name) in the reverse mapping hash table. Without
this option, there is no change; only directories will be entered to
speed up getcwd. This is an option because it will cause getcwd
to hit longer hash chains, and at the moment its usefulness is
still limited.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 syssrc/sys/kern/vfs_cache.c

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