Skip to content
Commit 6b187d02 authored by David Rientjes's avatar David Rientjes Committed by Linus Torvalds
Browse files

mm, numa: avoid setting zone_reclaim_mode unless a node is sufficiently distant

Commit 957f822a

 ("mm, numa: reclaim from all nodes within reclaim
distance") caused zone_reclaim_mode to be set for all systems where two
nodes are within RECLAIM_DISTANCE of each other.  This is the opposite
of what we actually want: zone_reclaim_mode should be set if two nodes
are sufficiently distant.

Signed-off-by: default avatarDavid Rientjes <rientjes@google.com>
Reported-by: default avatarJulian Wollrath <jwollrath@web.de>
Tested-by: default avatarJulian Wollrath <jwollrath@web.de>
Cc: Hugh Dickins <hughd@google.com>
Cc: Patrik Kullman <patrik.kullman@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f2302505
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment