commit | e12f8e29a8526172b7715881503bae636d60bdd8 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Fri Jun 04 13:31:29 2010 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Fri Jun 04 13:31:29 2010 +0200 |
tree | 07a32ce30bf0c8903b9b0941c212939ec04f9c44 | |
parent | fabf3a85ab88063c10f367cccba7b3a1e59df996 [diff] |
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>