Home
last modified time | relevance | path

Searched hist:d4f7796e9b387e471ab0e8ed4e0c2bd616b3c193 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A Dvmscan.cdiff d4f7796e9b387e471ab0e8ed4e0c2bd616b3c193 Fri Feb 24 15:04:22 CST 2006 Christoph Lameter <clameter@engr.sgi.com> [PATCH] vmscan: fix zone_reclaim

- PF_SWAPWRITE needs to be set for RECLAIM_SWAP to be able to write
out pages to swap. Currently RECLAIM_SWAP may not do that.

- remove setting nr_reclaimed pages after slab reclaim since the slab shrinking
code does not use that and the nr_reclaimed pages is just right for the
intended follow up action.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>