Re: [PATCH v2 17/15] slab: replace non-existing 'struct freelist *'with 'void *'

From: Christoph Lameter
Date: Fri Nov 01 2013 - 15:16:53 EST


On Wed, 30 Oct 2013, Joonsoo Kim wrote:

> There is no 'strcut freelist', but codes use pointer to 'struct freelist'.
> Although compiler doesn't complain anything about this wrong usage and
> codes work fine, but fixing it is better.

I think its better to avoid "void" when possible. struct freelist is good.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/