Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/07/2007 20:43:59
Module Name:	src
Committed By:	pooka
Date:		Sun Jan  7 20:43:59 UTC 2007

Modified Files:
	src/sys/kern: vfs_lookup.c

Log Message:
Restore name caching behaviour accidentally removed in rev 1.73, using
variation suggested by yamt on tech-kern.

XXX: The exception is that this doesn't any longer prevent caching
of RENAME, which was implied in a weird weird way previously.  But
that's handled by the callers currently.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/kern/vfs_lookup.c

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