• Nils Goroll's avatar
    fellow_cache: Fix fellow_cache_seglist_init() size parameter semantics · bf0bbde1
    Nils Goroll authored
    before this change, it was taken as excluding struct fellow_cache_seglist,
    and was correctly used at the call sites changed with this commit
    (where (size - sizeof *fcsl) was used as the argument).
    
    However, for the calls from
    - fellow_busy_obj_alloc()
    - fellow_cache_obj_get()
    
    there was a mismatch with the caller's size value.
    bf0bbde1
Name
Last commit
Last update
LICENSES Loading commit data...
doc/perf Loading commit data...
logs Loading commit data...
src Loading commit data...
tools/coccinelle 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...