X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=mm%2Fslab.c;h=4cbac24ae2f1f25c2a81e728aa576f1ae8b9d254;hb=6a04de6dbe1772d98fddf5099738d6f508e86e21;hp=57f7aa4200640e78cd1207e2a39dbbd4d310c8ac;hpb=db7ce76f6b3dfc119ab2f03e5e7784afc9cf2f05;p=~andy%2Flinux diff --git a/mm/slab.c b/mm/slab.c index 57f7aa42006..4cbac24ae2f 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -1802,8 +1802,8 @@ static void check_poison_obj(struct kmem_cache *cachep, void *objp) /* Print header */ if (lines == 0) { printk(KERN_ERR - "Slab corruption: start=%p, len=%d\n", - realobj, size); + "Slab corruption: %s start=%p, len=%d\n", + cachep->name, realobj, size); print_objinfo(cachep, objp, 0); } /* Hexdump the affected line */