Re: [PATCH 2/3] slub: fallback to node_to_mem_node() node if allocating on memoryless node

2014-09-09 Thread Nishanth Aravamudan
On 09.09.2014 [17:11:25 -0700], Andrew Morton wrote: > On Tue, 9 Sep 2014 12:05:14 -0700 Nishanth Aravamudan > wrote: > > > From: Joonsoo Kim > > > > Update the SLUB code to search for partial slabs on the nearest node > > with memory in the presence of memoryless nodes. Additionally, do not >

Re: [PATCH 2/3] slub: fallback to node_to_mem_node() node if allocating on memoryless node

2014-09-09 Thread Andrew Morton
On Tue, 9 Sep 2014 12:05:14 -0700 Nishanth Aravamudan wrote: > From: Joonsoo Kim > > 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)

[PATCH 2/3] slub: fallback to node_to_mem_node() node if allocating on memoryless node

2014-09-09 Thread Nishanth Aravamudan
From: Joonsoo Kim 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