commit | 188fd063208942a4681d8e8a4484ad0d4ae0fda1 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Wed May 09 10:09:55 2012 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Fri Jun 01 09:25:40 2012 +0300 |
tree | d00d4b5884aa9ecb381be41220fb2b42c0a4c27a | |
parent | f469743673ceda5181970eb6b8090ba728c956fb [diff] |
slub: new_slab_objects() can also get objects from partial list Moving the attempt to get a slab page from the partial lists simplifies __slab_alloc which is rather complicated. Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>