slab: use struct page for slab management
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / slab_def.h
index cd40158..ca82e8f 100644 (file)
@@ -41,8 +41,8 @@ struct kmem_cache {
 
        size_t colour;                  /* cache colouring range */
        unsigned int colour_off;        /* colour offset */
-       struct kmem_cache *slabp_cache;
-       unsigned int slab_size;
+       struct kmem_cache *freelist_cache;
+       unsigned int freelist_size;
 
        /* constructor func */
        void (*ctor)(void *obj);