Re: [PATCH 3/3] mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfo

2013-07-01 Thread Christoph Lameter
On Thu, 27 Jun 2013, Wanpeng Li wrote: > Use existing interface node_nr_slabs and node_nr_objs to get > nr_slabs and nr_objs. Acked-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordom

[PATCH 3/3] mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfo

2013-06-26 Thread Wanpeng Li
Use existing interface node_nr_slabs and node_nr_objs to get nr_slabs and nr_objs. Signed-off-by: Wanpeng Li --- mm/slub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/slub.c b/mm/slub.c index e303b04..52098c2 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -5287,8 +5287,