Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 05/02/2004 12:00:34
Module Name: src
Committed By: pk
Date: Sun May 2 12:00:34 UTC 2004
Modified Files:
src/sys/kern: vfs_cache.c
Log Message:
cache_enter: concurrent lookups in the same directory may race for a
cache entry. Upon detection, free our tentative entry and return.
To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 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.