Re: [PATCH 05/11] mm/slab: clean-up kmem_cache_node setup

From: Christoph Lameter
Date: Mon Mar 28 2016 - 20:58:38 EST


On Mon, 28 Mar 2016, js1304@xxxxxxxxx wrote:

> * This initializes kmem_cache_node or resizes various caches for all nodes.
> */
> -static int alloc_kmem_cache_node(struct kmem_cache *cachep, gfp_t gfp)
> +static int setup_kmem_cache_node_node(struct kmem_cache *cachep, gfp_t gfp)

... _node_node? Isnt there a better name for it?