slab: rename slab_destroy_objs
authorRabin Vincent <rabin@rab.in>
Thu, 3 Jul 2008 19:10:32 +0000 (00:40 +0530)
committerPekka Enberg <penberg@cs.helsinki.fi>
Tue, 15 Jul 2008 17:36:02 +0000 (20:36 +0300)
With the removal of destructors, slab_destroy_objs no longer actually
destroys any objects, making the kernel doc incorrect and the function
name misleading.

In keeping with the other debug functions, rename it to
slab_destroy_debugcheck and drop the kernel doc.

Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>

No differences found