Subject: CVS commit: [netbsd-2-0] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 07/23/2004 23:48:21
Module Name:	src
Committed By:	he
Date:		Fri Jul 23 23:48:21 UTC 2004

Modified Files:
	src/sys/kern [netbsd-2-0]: vfs_cache.c

Log Message:
Pull up revision 1.57 (requested by hannken in ticket #706):
  Concurrent lookups in the same directory may race for a
  cache entry.  Handle this, and upon detection free the
  tentative entry and return.  Fixes PR#26400.


To generate a diff of this commit:
cvs rdiff -r1.54.2.1 -r1.54.2.2 src/sys/kern/vfs_cache.c

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