From: Christoph Lameter Date: Fri, 24 Feb 2006 21:04:22 +0000 (-0800) Subject: [PATCH] vmscan: fix zone_reclaim X-Git-Tag: v2.6.16-rc5~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4f7796e9b387e471ab0e8ed4e0c2bd616b3c193;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed