Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-2.6-microblaze.git] / include / linux / slub_def.h
index 39fa09b..0adae16 100644 (file)
@@ -82,7 +82,7 @@ struct kmem_cache_order_objects {
 struct kmem_cache {
        struct kmem_cache_cpu __percpu *cpu_slab;
        /* Used for retriving partial slabs etc */
-       unsigned long flags;
+       slab_flags_t flags;
        unsigned long min_partial;
        int size;               /* The size of an object including meta data */
        int object_size;        /* The size of an object without meta data */