> 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