SLUB: Improve hackbench speed
authorChristoph Lameter <clameter@sgi.com>
Fri, 21 Dec 2007 22:37:37 +0000 (14:37 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 21 Dec 2007 23:51:07 +0000 (15:51 -0800)
commit76be895001f2b0bee42a7685e942d3e08d5dd46c
tree7444607c21c11ad363eee300f286ad8e1b71b65f
parentea67db4cdbbf7f4e74150e71da0984e25121f500
SLUB: Improve hackbench speed

Increase the mininum number of partial slabs to keep around and put
partial slabs to the end of the partial queue so that they can add
more objects.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Reviewed-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slub.c