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

From: Christoph Lameter
Date: Wed Feb 08 2017 - 10:26:15 EST


On Wed, 8 Feb 2017, Vlastimil Babka wrote:

> I was going to implement Christoph's suggestion and export the whole structure
> in mm/slab.h, but gcc was complaining that I'm redefining it, until I created a
> typedef first. Is it worth the trouble? Below is how it would look like.

Looks good to me.