Subject: Re: CVS commit: src/sys/kern
To: None <yamt@NetBSD.org>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: source-changes
Date: 05/07/2004 00:31:31
> Log Message:
> cache_enter: when we found a duplicate entry,
> simply overwrite it rather than leaving a stale entry.

I believe that the way you implemented this re-introduces the race,
since the a cache entry may appear while we get an item from the
name cache pool.

-pk