[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1337269668-4619-1-git-send-email-js1304@gmail.com>
Date: Fri, 18 May 2012 00:47:44 +0900
From: Joonsoo Kim <js1304@...il.com>
To: Pekka Enberg <penberg@...nel.org>
Cc: Christoph Lameter <cl@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
Joonsoo Kim <js1304@...il.com>
Subject: [PATCH 0/4] slub: refactoring some code in slub
These patches are for refactoring some code in slub.
Two patches were submitted 1 weeks ago, but doesn't receive ack or nack
from MAINTAINER for slub. So I re-send these.
https://lkml.org/lkml/2012/5/10/273
https://lkml.org/lkml/2012/5/10/275
Among others, one about page-flag is very simple change.
Last one is main target of this patch set.
It is dependent on 'slub: change cmpxchg_double_slab in
unfreeze_partials to __cmpxchg_double_slab', so I send these at one time.
Joonsoo Kim (4):
slub: change cmpxchg_double_slab in get_freelist() to
__cmpxchg_double_slab
slub: change cmpxchg_double_slab in unfreeze_partials to
__cmpxchg_double_slab
slub: use __SetPageSlab function to set PG_slab flag
slub: refactoring unfreeze_partials()
mm/slub.c | 54 +++++++++++++++++-------------------------------------
1 file changed, 17 insertions(+), 37 deletions(-)
--
1.7.9.5
--
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