Skip to content
Commit 72d09633 authored by Eric Dumazet's avatar Eric Dumazet Committed by Linus Torvalds
Browse files

mm/zswap: NUMA aware allocation for zswap_dstmem



zswap_dstmem is a percpu block of memory, which should be allocated using
kmalloc_node(), to get better NUMA locality.

Without it, all the blocks are allocated from a single node.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Acked-by: default avatarSeth Jennings <sjennings@variantweb.net>
Acked-by: default avatarDavid Rientjes <rientjes@google.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d867f203
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment