]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] SLAB: Mention slab name when listing corrupt objects
authorDavid Howells <dhowells@redhat.com>
Mon, 2 Apr 2007 22:46:28 +0000 (23:46 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 4 Apr 2007 15:51:52 +0000 (08:51 -0700)
commit143ea1c72a1d5fb2e2637164179c7c0d095380c6
tree41803c452557e905667a8da87901ce1cc843e95c
parent67f88a7dda68533473a9c843a90ee6be7f4df9eb
[PATCH] SLAB: Mention slab name when listing corrupt objects

Mention the slab name when listing corrupt objects.  Although the function
that released the memory is mentioned, that is frequently ambiguous as such
functions often release several pieces of memory.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slab.c