Skip to content
Snippets Groups Projects
Commit 20c2df83 authored by Paul Mundt's avatar Paul Mundt
Browse files

mm: Remove slab destructors from kmem_cache_create().


Slab destructors were no longer supported after Christoph's
c59def9f change. They've been
BUGs for both slab and slub, and slob never supported them
either.

This rips out support for the dtor pointer from kmem_cache_create()
completely and fixes up every single callsite in the kernel (there were
about 224, not including the slab allocator definitions themselves,
or the documentation references).

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 64fb98fc
No related branches found
No related tags found
Loading
Showing
with 23 additions and 28 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment