Re: [PATCH] mm, slab: rename kmalloc-node cache to kmalloc-<size>

From: Christoph Lameter
Date: Mon Feb 06 2017 - 09:55:44 EST


On Mon, 6 Feb 2017, Matthew Wilcox wrote:

> Could we lose the 'get_' from the front? I think 'kmalloc_cache_name()' is
> just as informative.

Hmmm.. Expose the static array in mm/slab.h instead? There may be other
cases in which the allocator specific code may need that information.