Mateusz Guzik 31977b420a cache: manage negative entry list with a dedicated lock
Since negative entries are managed with a LRU list, a hit requires a
modificaton.

Currently the code tries to upgrade the global lock if needed and is
forced to retry the lookup if it fails.

Provide a dedicated lock for use when the cache is only shared-locked.

Reviewed by:	kib
MFC after:	1 week
2016-09-04 08:58:35 +00:00
..
2016-09-03 20:38:13 +00:00
2016-08-24 09:57:19 +00:00
2016-08-15 19:17:00 +00:00
2016-08-24 00:52:30 +00:00