Re: [PATCH 03/10] mm, slab: Remove silly function slab_buffer_size()

2012-09-09 Thread David Rientjes
On Sat, 8 Sep 2012, Ezequiel Garcia wrote: > This function is seldom used, and can be simply replaced with cachep->size. > > Cc: Pekka Enberg > Signed-off-by: Ezequiel Garcia Acked-by: David Rientjes -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

[PATCH 03/10] mm, slab: Remove silly function slab_buffer_size()

2012-09-08 Thread Ezequiel Garcia
This function is seldom used, and can be simply replaced with cachep->size. Cc: Pekka Enberg Signed-off-by: Ezequiel Garcia --- include/linux/slab_def.h |5 - mm/slab.c| 12 ++-- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/include/linux/slab