• Andrew Morton's avatar
    [PATCH] enable slab debugging for larger objects · 70a3d06e
    Andrew Morton authored
    Some of the fancier slab debugging options are disabled for caches whose
    objects are larger than PAGE_SIZE/8, for speed/fragmentation reasons.
    
    But this patch turns up bugs in the size-2048 slab, so it was a bad idea.
    Enable the debugging for slabs up to 4096 bytes.
    70a3d06e
slab.c 64.6 KB