]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commite12f8e29a8526172b7715881503bae636d60bdd8
tree07a32ce30bf0c8903b9b0941c212939ec04f9c44
parentfabf3a85ab88063c10f367cccba7b3a1e59df996
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 <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv4/netfilter/arp_tables.c
net/ipv4/netfilter/ip_tables.c
net/ipv6/netfilter/ip6_tables.c