xfrm: use vmalloc_node() for percpu scratches
authorEric Dumazet <edumazet@google.com>
Fri, 18 Oct 2013 10:54:16 +0000 (03:54 -0700)
committerSteffen Klassert <steffen.klassert@secunet.com>
Mon, 21 Oct 2013 07:38:24 +0000 (09:38 +0200)
scratches are per cpu, we can use vmalloc_node() for proper
NUMA affinity.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>

No differences found