netfilter: vmalloc_node cleanup
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 4 Jun 2010 11:31:29 +0000 (13:31 +0200)
committerPatrick McHardy <kaber@trash.net>
Fri, 4 Jun 2010 11:31:29 +0000 (13:31 +0200)
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 <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found