]> git.baikalelectronics.ru Git - kernel.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)
commit2db34c0b683a4f3203ca38a33e66df6b6ff1115d
tree07a32ce30bf0c8903b9b0941c212939ec04f9c44
parentceeadc258fc3cd38ac05ee9408ff01ecb037318d
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