commit | 83e33a4711760469f5c3861b8ffea4947656d4eb | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Mon Sep 25 23:31:53 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Sep 26 08:48:52 2006 -0700 |
tree | 3c6b534760dee49a77157eb6512aeb329e19bc2c | |
parent | 0ff38490c836dc379ff7ec45b10a15a662f4e5f6 [diff] |
[PATCH] zone reclaim with slab: avoid unecessary off node allocations Minor performance fix. If we reclaimed enough slab pages from a zone then we can avoid going off node with the current allocation. Take care of updating nr_reclaimed when reclaiming from the slab. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>