• 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
Name
Last commit
Last update
LICENSES Loading commit data...
logs Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
BUGS.rst Loading commit data...
CHANGES.rst Loading commit data...
COPYING Loading commit data...
DEVELOPER.rst Loading commit data...
INSTALL.rst Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
bootstrap Loading commit data...
configure.ac Loading commit data...