aboutsummaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
diff options
context:
space:
mode:
authorChristoph Lameter <[email protected]>2007-05-15 23:57:09 -0700
committerLinus Torvalds <[email protected]>2007-05-16 21:19:15 -0700
commit43c0f3d25c602dc96b201ed81ffda0bc600ff969 (patch)
tree88ecad9eda4797693a97e0bcdf7ced13be99f3bd /mm/vmalloc.c
parent8382d2b9a7205fe1fb262f59237715a40c911880 (diff)
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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'mm/vmalloc.c')
0 files changed, 0 insertions, 0 deletions