X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=mm%2Fslab.c;h=4cbac24ae2f1f25c2a81e728aa576f1ae8b9d254;hb=1605b8471d64c855bc2493abf3adf6a1ebc3e645;hp=57f7aa4200640e78cd1207e2a39dbbd4d310c8ac;hpb=7c368bb1049bde17fc4f8655492478d7f2918da9;p=linux-2.6-omap-h63xx.git 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 */