• Nils Goroll's avatar
    Decide a race between obj_get() and lru · c8b01760
    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.
    c8b01760
fellow_storage.c 73.1 KB