• Nils Goroll's avatar
    Decide a race between obj_get() and lru · ffca5adc
    Nils Goroll authored
    we only set stobj->priv after returning from obj_get(), so
    assert(oc->stobj->priv == fco) could trigger in the lru thread.
    
    We now set the priv right before inserting into LRU.
    ffca5adc
fellow_storage.c 73.1 KB