diff options
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2254,7 +2254,7 @@ static int calculate_sizes(struct kmem_cache *s, int forced_order) | |||
2254 | * Add some empty padding so that we can catch | 2254 | * Add some empty padding so that we can catch |
2255 | * overwrites from earlier objects rather than let | 2255 | * overwrites from earlier objects rather than let |
2256 | * tracking information or the free pointer be | 2256 | * tracking information or the free pointer be |
2257 | * corrupted if an user writes before the start | 2257 | * corrupted if a user writes before the start |
2258 | * of the object. | 2258 | * of the object. |
2259 | */ | 2259 | */ |
2260 | size += sizeof(void *); | 2260 | size += sizeof(void *); |