• Nils Goroll's avatar
    Simplify allocation in fellow_cache_obj_new() · dba27bd9
    Nils Goroll authored
    the disk object is always a multiple of 4K, and for higher values (like
    12K), rounding up to the next power of two does not make sense.
    
    So, just use two allocations for FCO and FDO always.
    dba27bd9
fellow_cache.c 149 KB