git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fabf3a8
)
netfilter: vmalloc_node cleanup
author
Eric Dumazet
<eric.dumazet@gmail.com>
Fri, 4 Jun 2010 11:31:29 +0000
(13:31 +0200)
committer
Patrick 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