From: Eric Dumazet Date: Fri, 4 Jun 2010 11:31:29 +0000 (+0200) Subject: netfilter: vmalloc_node cleanup X-Git-Tag: v2.6.36-rc1~571^2~577^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e12f8e29a8526172b7715881503bae636d60bdd8;p=pandora-kernel.git netfilter: vmalloc_node cleanup Using vmalloc_node(size, numa_node_id()) for temporary storage is not needed. vmalloc(size) is more respectful of user NUMA policy. Signed-off-by: Eric Dumazet Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed