From: Paul Jackson Date: Wed, 22 Mar 2006 08:09:10 +0000 (-0800) Subject: [PATCH] mm: hugetlb alloc_fresh_huge_page bogus node loop fix X-Git-Tag: v2.6.17-rc1~1129^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb7cc59084ba7eef935e4e40aaaf538ee34c625;p=pandora-kernel.git [PATCH] mm: hugetlb alloc_fresh_huge_page bogus node loop fix Fix bogus node loop in hugetlb.c alloc_fresh_huge_page(), which was assuming that nodes are numbered contiguously from 0 to num_online_nodes(). Once the hotplug folks get this far, that will be false. Signed-off-by: Paul Jackson Acked-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed