]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/slub_def.h
Slab allocators: Drop support for destructors
[linux-2.6-omap-h63xx.git] / include / linux / slub_def.h
index c6c1f4a120e3a9f6ef6fd9caa2d7bb16580aa864..5e2e7297dfaaa5108a287cdf71371202bbf4a639 100644 (file)
@@ -40,7 +40,6 @@ struct kmem_cache {
        int objects;            /* Number of objects in slab */
        int refcount;           /* Refcount for slab cache destroy */
        void (*ctor)(void *, struct kmem_cache *, unsigned long);
-       void (*dtor)(void *, struct kmem_cache *, unsigned long);
        int inuse;              /* Offset to metadata */
        int align;              /* Alignment */
        const char *name;       /* Name (only for display!) */