From: Linus Torvalds Date: Fri, 17 Feb 2006 19:38:21 +0000 (+0100) Subject: [PATCH] Handle holes in node mask in node fallback list setup X-Git-Tag: v2.6.16-rc4~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf808eb443ead42777a0230b73aec0cee7fb298;p=pandora-kernel.git [PATCH] Handle holes in node mask in node fallback list setup Change the find_next_best_node algorithm to correctly skip over holes in the node online mask. Previously it would not handle missing nodes correctly and cause crashes at boot. [Written by Linus, tested by AK] Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed