Subject: CVS commit: [netbsd-1-5] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/13/2001 01:37:22
Module Name:	syssrc
Committed By:	he
Date:		Mon Nov 12 23:37:21 UTC 2001

Modified Files:
	syssrc/sys/kern [netbsd-1-5]: vfs_cache.c

Log Message:
Pull up revision 1.31 (requested by chs):
  Safely handle cleanup of namecache entries in the event of multiple
  threads ending up in the same section of code looking for the same
  entry, possible because vget() can sleep.  Fixes PR#14042.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.25.4.1 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.