Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



> 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



Home | Main Index | Thread Index | Old Index