Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[deliverable/linux.git] / include / linux / slab_def.h
index 9edbbf35234034e659f31bee62ffa191405d4356..8694f7a5d92b6a8a0b481f6d72819e4fb5c88dcf 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];
 };
 
This page took 0.02485 seconds and 5 git commands to generate.