diff options
author | 2015-09-08 15:03:56 -0700 | |
---|---|---|
committer | 2015-09-08 15:35:28 -0700 | |
commit | 82c1fc714763b823169958a98196d9be56c63b30 (patch) | |
tree | 270b7eb14f7a6b14fe1afd17b3f41ecabe09f26f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mm: unify checks in alloc_pages_node() and __alloc_pages_node() (diff) | |
download | wireguard-linux-82c1fc714763b823169958a98196d9be56c63b30.tar.xz wireguard-linux-82c1fc714763b823169958a98196d9be56c63b30.zip |
mm: use numa_mem_id() in alloc_pages_node()
alloc_pages_node() might fail when called with NUMA_NO_NODE and
__GFP_THISNODE on a CPU belonging to a memoryless node. To make the
local-node fallback more robust and prevent such situations, use
numa_mem_id(), which was introduced for similar scenarios in the slab
context.
Suggested-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: David Rientjes <rientjes@google.com>
Acked-by: Mel Gorman <mgorman@techsingularity.net>
Acked-by: Christoph Lameter <cl@linux.com>
Cc: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions