X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fslub_def.h;h=5bad61a93f65566cc59716ebe4cae2e0d5f88f14;hb=29111f579f4f3f2a07385f931854ab0527ae7ea5;hp=cef6f8fddd7dae42d667297c197f43cc8fdcc142;hpb=41d54d3bf83f62d3ff5948cb788fe6007e66a0d0;p=linux-2.6 diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h index cef6f8fddd..5bad61a93f 100644 --- a/include/linux/slub_def.h +++ b/include/linux/slub_def.h @@ -4,7 +4,7 @@ /* * SLUB : A Slab allocator without object queues. * - * (C) 2007 SGI, Christoph Lameter + * (C) 2007 SGI, Christoph Lameter */ #include #include @@ -85,7 +85,7 @@ struct kmem_cache { struct kmem_cache_order_objects min; gfp_t allocflags; /* gfp flags to use on each alloc */ int refcount; /* Refcount for slab cache destroy */ - void (*ctor)(struct kmem_cache *, void *); + void (*ctor)(void *); int inuse; /* Offset to metadata */ int align; /* Alignment */ const char *name; /* Name (only for display!) */