From 43c0f3d25c602dc96b201ed81ffda0bc600ff969 Mon Sep 17 00:00:00 2001 From: Christoph Lameter Date: Tue, 15 May 2007 23:57:09 -0700 Subject: [PATCH] Fix: find_or_create_page skips cpuset memory spreading. We call alloc_page where we should be calling __page_cache_alloc. __page_cache_alloc performs cpuset memory spreading. alloc_page does not. There is no reason that pages allocated via find_or_create should be exempt. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed