• Nils Goroll's avatar
    In mem LRU, skip the fco for which mutation has failed · aa5cb684
    Nils Goroll authored
    I suspected we could run into an infinite loop here. Suppose there is
    only one fco on the LRU and we fail to mutate it, then it was
    re-inserted again and again.
    
    Related to #25, but I am not sure yet if it is the root cause
    aa5cb684
fellow_cache.c 138 KB