diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -368,7 +368,7 @@ static inline void kmem_list3_init(struct kmem_list3 *parent) | |||
368 | * manages a cache. | 368 | * manages a cache. |
369 | */ | 369 | */ |
370 | 370 | ||
371 | struct kmem_cache_s { | 371 | struct kmem_cache { |
372 | /* 1) per-cpu data, touched during every alloc/free */ | 372 | /* 1) per-cpu data, touched during every alloc/free */ |
373 | struct array_cache *array[NR_CPUS]; | 373 | struct array_cache *array[NR_CPUS]; |
374 | unsigned int batchcount; | 374 | unsigned int batchcount; |