summaryrefslogtreecommitdiff
path: root/kern/slab_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/slab_i.h')
-rw-r--r--kern/slab_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/slab_i.h b/kern/slab_i.h
index a609efb..06da0ea 100644
--- a/kern/slab_i.h
+++ b/kern/slab_i.h
@@ -200,7 +200,7 @@ struct kmem_cache {
unsigned long bufs_per_slab;
unsigned long nr_objs; /* Number of allocated objects */
unsigned long nr_free_slabs;
- kmem_cache_ctor_t ctor;
+ kmem_ctor_fn_t ctor;
/* All fields below are cold */
size_t obj_size; /* User-provided size */
/* Assuming ! SLAB_USE_CPU_POOLS, here is the cacheline boundary */