From: Patrick McHardy Date: Tue, 5 Jul 2005 21:44:55 +0000 (-0700) Subject: [IPV4]: Handle large allocations in fib_trie X-Git-Tag: v2.6.13-rc2~6^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e36f8cee8101604378085171c980d9cc71d779;p=pandora-kernel.git [IPV4]: Handle large allocations in fib_trie Inflating a node a couple of times makes it exceed the 128k kmalloc limit. Use __get_free_pages for allocations > PAGE_SIZE, as in fib_hash. Signed-off-by: Patrick McHardy Acked-by: Robert Olsson Signed-off-by: David S. Miller --- Reading git-diff-tree failed