mm, slab: remove dflags
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / slab_def.h
index 0c634fa..36d7031 100644 (file)
@@ -45,7 +45,6 @@ struct kmem_cache {
        unsigned int colour_off;        /* colour offset */
        struct kmem_cache *slabp_cache;
        unsigned int slab_size;
-       unsigned int dflags;            /* dynamic flags */
 
        /* constructor func */
        void (*ctor)(void *obj);