From abeba75293909ac83f4b4587769705b94857112a Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sat, 15 May 2010 08:44:25 -0300 Subject: [PATCH] kmem_cache_t was removed. --- 05.memory/05.memory.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/05.memory/05.memory.xml b/05.memory/05.memory.xml index 6b5f73a..55010a7 100644 --- a/05.memory/05.memory.xml +++ b/05.memory/05.memory.xml @@ -67,13 +67,16 @@ caches. You should use kmem\_cache\_create to allocate a -kmem\_cache\_t. It has a name, an object size, alignment, -flags and a constructor. +struct kmem\_cache. It has a name, an object size, +alignment, flags and a constructor. The destructor parameter has been removed, since 2.6.27. +The typedef kmem\_cache\_t was removed in 2.6.23. + + It is destroyed with kmem\_cache\_destroy. -- 2.20.1