From: Johannes Weiner Date: Tue, 29 May 2012 22:06:33 +0000 (-0700) Subject: mm: bootmem: split out goal-to-node mapping from goal dropping X-Git-Tag: v3.5-rc1~49^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c12ab504aa6076d1f1d37ee32431608ed11a1c3b;p=pandora-kernel.git mm: bootmem: split out goal-to-node mapping from goal dropping Matching the desired goal to the right node is one thing, dropping the goal when it can not be satisfied is another. Split this into separate functions so that subsequent patches can use the node-finding but drop and handle the goal fallback on their own terms. Signed-off-by: Johannes Weiner Acked-by: Tejun Heo Acked-by: David S. Miller Cc: Yinghai Lu Cc: Gavin Shan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed