K 10 svn:author V 3 mjg K 8 svn:date V 27 2016-11-15T03:38:05.370498Z K 7 svn:log V 369 cache: fix a race between entry removal and demotion The negative list shrinker can demote an entry with only hotlist + neglist locks held. On the other hand entry removal possibly sets the NCF_DVDROP without aformentioned locks held prior to detaching it from the respective netlist., which can lose the update made by the shrinker. Reported and tested by: truckman END