slab numa fallback logic: Do not pass unfiltered flags to page allocator
authorChristoph Lameter <clameter@sgi.com>
Tue, 4 Mar 2008 20:24:22 +0000 (12:24 -0800)
committerChristoph Lameter <clameter@sgi.com>
Fri, 7 Mar 2008 00:21:49 +0000 (16:21 -0800)
commit9ac33b2b749e9539e84bbb1a41f97b066c4bd757
tree3d00a7ad98e27a813e6d855fbeaf5cef5e783b96
parentb773ad73690b5f34eee0c76f4273ac6fcbd88f82
slab numa fallback logic: Do not pass unfiltered flags to page allocator

The NUMA fallback logic should be passing local_flags to kmem_get_pages() and not simply the
flags passed in.

Reviewed-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Christoph Lameter <clameter@sgi.com>
mm/slab.c