Re: [PATCH v5 01/18] move slabinfo processing to slab_common.c

2012-10-23 Thread Pekka Enberg
On Fri, Oct 19, 2012 at 5:20 PM, Glauber Costa wrote: > This patch moves all the common machinery to slabinfo processing > to slab_common.c. We can do better by noticing that the output is > heavily common, and having the allocators to just provide finished > information about this. But after this

[PATCH v5 01/18] move slabinfo processing to slab_common.c

2012-10-19 Thread Glauber Costa
This patch moves all the common machinery to slabinfo processing to slab_common.c. We can do better by noticing that the output is heavily common, and having the allocators to just provide finished information about this. But after this first step, this can be done easier. Signed-off-by: Glauber C