diff options
author | Eric Dumazet <[email protected]> | 2014-06-04 16:11:11 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2014-06-04 16:54:14 -0700 |
commit | 72d09633c9afa02bea317d65eb8b8a4ce7659a2a (patch) | |
tree | 0ba5329fbb8261c0b24591532d2bc83a4067a2e4 /fs/jbd2/commit.c | |
parent | d867f203b974e9a670028fda909ef09044b221f6 (diff) |
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: Eric Dumazet <[email protected]>
Acked-by: Seth Jennings <[email protected]>
Acked-by: David Rientjes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions