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.