diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/slub_def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h index b1af36a2a..fd2dfb600 100644 --- a/include/linux/slub_def.h +++ b/include/linux/slub_def.h @@ -98,6 +98,8 @@ struct kmem_cache { #endif #endif + unsigned long random; + #ifdef CONFIG_NUMA /* * Defragmentation by allocating from a remote node. |
