diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/slub_def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h index 2287b800474f..d2cc1391f17a 100644 --- a/include/linux/slub_def.h +++ b/include/linux/slub_def.h | |||
| @@ -88,7 +88,8 @@ struct kmem_cache { | |||
| 88 | int object_size; /* The size of an object without meta data */ | 88 | int object_size; /* The size of an object without meta data */ |
| 89 | int offset; /* Free pointer offset. */ | 89 | int offset; /* Free pointer offset. */ |
| 90 | #ifdef CONFIG_SLUB_CPU_PARTIAL | 90 | #ifdef CONFIG_SLUB_CPU_PARTIAL |
| 91 | int cpu_partial; /* Number of per cpu partial objects to keep around */ | 91 | /* Number of per cpu partial objects to keep around */ |
| 92 | unsigned int cpu_partial; | ||
| 92 | #endif | 93 | #endif |
| 93 | struct kmem_cache_order_objects oo; | 94 | struct kmem_cache_order_objects oo; |
| 94 | 95 | ||
