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)
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>

No differences found