Merge tag 'topic/drm-misc-2016-06-01' of git://anongit.freedesktop.org/drm-intel...
[linux-2.6-microblaze.git] / include / linux / slab_def.h
index 9edbbf3..8694f7a 100644 (file)
@@ -80,6 +80,10 @@ struct kmem_cache {
        struct kasan_cache kasan_info;
 #endif
 
+#ifdef CONFIG_SLAB_FREELIST_RANDOM
+       void *random_seq;
+#endif
+
        struct kmem_cache_node *node[MAX_NUMNODES];
 };