[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory...
authorChristoph Lameter <clameter@sgi.com>
Tue, 26 Sep 2006 06:31:40 +0000 (23:31 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:50 +0000 (08:48 -0700)
commit9b819d204cf602eab1a53a9ec4b8d2ca51e02a1d
tree9442bf01a00a93a8ae54462fb4878588e1b2a6bf
parent056c62418cc639bf2fe962c6a6ee56054b838bc7
[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictions

Add a new gfp flag __GFP_THISNODE to avoid fallback to other nodes.  This
flag is essential if a kernel component requires memory to be located on a
certain node.  It will be needed for alloc_pages_node() to force allocation
on the indicated node and for alloc_pages() to force allocation on the
current node.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Andy Whitcroft <apw@shadowen.org>
Cc: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/gfp.h
kernel/cpuset.c
mm/mempolicy.c
mm/page_alloc.c