Messages in this thread |  | | Date | Fri, 1 Nov 2013 19:09:47 +0000 | From | Christoph Lameter <> | Subject | Re: [PATCH v2 17/15] slab: replace non-existing 'struct freelist *' with 'void *' |
| |
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.
|  |