[PATCH v3 2/6] mm: make shrink_page_list with pages work from multiple zones

2013-04-24 Thread Minchan Kim
Shrink_page_list expects all pages come from a same zone but it's too limited to use. This patch removes the dependency so next patch can use shrink_page_list with pages from multiple zones. Signed-off-by: Minchan Kim --- mm/vmscan.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

[PATCH v3 2/6] mm: make shrink_page_list with pages work from multiple zones

2013-04-24 Thread Minchan Kim
Shrink_page_list expects all pages come from a same zone but it's too limited to use. This patch removes the dependency so next patch can use shrink_page_list with pages from multiple zones. Signed-off-by: Minchan Kim minc...@kernel.org --- mm/vmscan.c | 5 +++-- 1 file changed, 3