commit | 62e346a83026a28526fc9799337bcc6154819f25 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Tue Sep 28 08:10:28 2010 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Sat Oct 02 10:44:10 2010 +0300 |
tree | 04514b189c3005bca093149769a117117ec0dff0 | |
parent | f7cb1933621bce66a77f690776a16fe3ebbc4d58 [diff] |
slub: extract common code to remove objects from partial list without locking There are a couple of places where repeat the same statements when removing a page from the partial list. Consolidate that into __remove_partial(). Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>