]> Git Repo - linux.git/commit
slub: fall back to node_to_mem_node() node if allocating on memoryless node
authorJoonsoo Kim <[email protected]>
Thu, 9 Oct 2014 22:26:15 +0000 (15:26 -0700)
committerLinus Torvalds <[email protected]>
Fri, 10 Oct 2014 02:25:51 +0000 (22:25 -0400)
commita561ce00b09e1545953340deb5bef1036d7442de
treebc24fe793fb8458abbf291b4e48a69d097cce493
parentad2c8144418c6a81cefe65379fd47bbe8344cef2
slub: fall back to node_to_mem_node() node if allocating on memoryless node

Update the SLUB code to search for partial slabs on the nearest node with
memory in the presence of memoryless nodes.  Additionally, do not consider
it to be an ALLOC_NODE_MISMATCH (and deactivate the slab) when a
memoryless-node specified allocation goes off-node.

Signed-off-by: Joonsoo Kim <[email protected]>
Signed-off-by: Nishanth Aravamudan <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Han Pingtian <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Anton Blanchard <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Wanpeng Li <[email protected]>
Cc: Tejun Heo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slub.c
This page took 0.05553 seconds and 4 git commands to generate.