Re: [PATCH 01/10] slab/slub: struct memcg_params

2012-07-25 Thread Glauber Costa
On 07/25/2012 11:26 PM, Kirill A. Shutemov wrote: > On Wed, Jul 25, 2012 at 06:38:12PM +0400, Glauber Costa wrote: >> For the kmem slab controller, we need to record some extra >> information in the kmem_cache structure. >> >> Signed-off-by: Glauber Costa >> Signed-off-by: Suleiman Souhlal >>

Re: [PATCH 01/10] slab/slub: struct memcg_params

2012-07-25 Thread Kirill A. Shutemov
On Wed, Jul 25, 2012 at 06:38:12PM +0400, Glauber Costa wrote: > For the kmem slab controller, we need to record some extra > information in the kmem_cache structure. > > Signed-off-by: Glauber Costa > Signed-off-by: Suleiman Souhlal > CC: Christoph Lameter > CC: Pekka Enberg > CC: Michal

[PATCH 01/10] slab/slub: struct memcg_params

2012-07-25 Thread Glauber Costa
For the kmem slab controller, we need to record some extra information in the kmem_cache structure. Signed-off-by: Glauber Costa Signed-off-by: Suleiman Souhlal CC: Christoph Lameter CC: Pekka Enberg CC: Michal Hocko CC: Kamezawa Hiroyuki CC: Johannes Weiner --- include/linux/slab.h |

Re: [PATCH 01/10] slab/slub: struct memcg_params

2012-07-25 Thread Kirill A. Shutemov
On Wed, Jul 25, 2012 at 06:38:12PM +0400, Glauber Costa wrote: For the kmem slab controller, we need to record some extra information in the kmem_cache structure. Signed-off-by: Glauber Costa glom...@parallels.com Signed-off-by: Suleiman Souhlal sulei...@google.com CC: Christoph Lameter

Re: [PATCH 01/10] slab/slub: struct memcg_params

2012-07-25 Thread Glauber Costa
On 07/25/2012 11:26 PM, Kirill A. Shutemov wrote: On Wed, Jul 25, 2012 at 06:38:12PM +0400, Glauber Costa wrote: For the kmem slab controller, we need to record some extra information in the kmem_cache structure. Signed-off-by: Glauber Costa glom...@parallels.com Signed-off-by: Suleiman

[PATCH 01/10] slab/slub: struct memcg_params

2012-07-25 Thread Glauber Costa
For the kmem slab controller, we need to record some extra information in the kmem_cache structure. Signed-off-by: Glauber Costa glom...@parallels.com Signed-off-by: Suleiman Souhlal sulei...@google.com CC: Christoph Lameter c...@linux.com CC: Pekka Enberg penb...@cs.helsinki.fi CC: Michal Hocko