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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/