From: Rabin Vincent Date: Thu, 3 Jul 2008 19:10:32 +0000 (+0530) Subject: slab: rename slab_destroy_objs X-Git-Tag: v2.6.27-rc1~1075^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e79aec291da55aa322ddb5d8f3bb04cdf69470d5;p=pandora-kernel.git slab: rename slab_destroy_objs 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 Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed