Re: [RFC][PATCH] type safe list

From: Christoph Hellwig
Date: Fri Jul 22 2005 - 09:43:17 EST


On Fri, Jul 22, 2005 at 05:58:56PM +0400, Vladimir V. Saveliev wrote:
> Hello
>
> This is implementaion of circular doubly linked parametrized list.
> It is similar to the list implementation in include/linux/list.h
> but it also provides type safety which allows to detect some of list
> manipulating
> mistakes as soon as they happen.

This looks like an ugly solution in search of a problem. Just use
normal list.h list and get rid of this mess.

-
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/