commit | 4cf808eb443ead42777a0230b73aec0cee7fb298 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@osdl.org> | Fri Feb 17 20:38:21 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Feb 17 13:27:06 2006 -0800 |
tree | 2d6dac429fcfcf18c9837c8c34164eff03e46fec | |
parent | cfe91f9ce297e23e6fbdf61c02bdd8ab9af7c8a8 [diff] |
[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 <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>