diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -4227,10 +4227,11 @@ static int s_show(struct seq_file *m, void *p) | |||
4227 | unsigned long node_frees = cachep->node_frees; | 4227 | unsigned long node_frees = cachep->node_frees; |
4228 | unsigned long overflows = cachep->node_overflow; | 4228 | unsigned long overflows = cachep->node_overflow; |
4229 | 4229 | ||
4230 | seq_printf(m, " : globalstat %7lu %6lu %5lu %4lu \ | 4230 | seq_printf(m, " : globalstat %7lu %6lu %5lu %4lu " |
4231 | %4lu %4lu %4lu %4lu %4lu", allocs, high, grown, | 4231 | "%4lu %4lu %4lu %4lu %4lu", |
4232 | reaped, errors, max_freeable, node_allocs, | 4232 | allocs, high, grown, |
4233 | node_frees, overflows); | 4233 | reaped, errors, max_freeable, node_allocs, |
4234 | node_frees, overflows); | ||
4234 | } | 4235 | } |
4235 | /* cpu stats */ | 4236 | /* cpu stats */ |
4236 | { | 4237 | { |