[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1348844608-12568-1-git-send-email-glommer@parallels.com>
Date: Fri, 28 Sep 2012 19:03:25 +0400
From: Glauber Costa <glommer@...allels.com>
To: <linux-kernel@...r.kernel.org>
Cc: <linux-mm@...ck.org>, Andrew Morton <akpm@...ux-foundation.org>,
Pekka Enberg <penberg@...nel.org>,
Christoph Lameter <cl@...ux.com>
Subject: [PATCH v2 0/3] move slabinfo processing to common code
Hi,
This patch moves on with the slab caches commonization, by moving
the slabinfo processing to common code in slab_common.c. It only touches
slub and slab, since slob doesn't create that file, which is protected
by a Kconfig switch.
Enjoy,
v2: return objects per slab and cache order in slabinfo structure as well
Glauber Costa (3):
move slabinfo processing to slab_common.c
move print_slabinfo_header to slab_common.c
sl[au]b: process slabinfo_show in common code
mm/slab.c | 118 ++++++++++++-------------------------------------------
mm/slab.h | 20 ++++++++++
mm/slab_common.c | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++
mm/slub.c | 77 ++++++------------------------------
4 files changed, 166 insertions(+), 158 deletions(-)
--
1.7.11.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists