• Andrew Morton's avatar
    [PATCH] improved slab error diagnostics · db054df8
    Andrew Morton authored
    slab does various consistency checks during `cat /proc/slabinfo'
    processing.  If it finds one it stupidly goes BUG just before
    displaying the info which is required to diagnose the bug.
    
    Change it to not go BUG, but to emit some useful printks and continue.
    
    The patch also removes an uninteresting printk from the boot process.
    db054df8
slab.c 58.5 KB