Re: [RFC][PATCH] type safe list

From: Vladimir V. Saveliev
Date: Fri Jul 22 2005 - 11:10:40 EST


Hello

Christoph Hellwig wrote:
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.

ok.
We have also type safe hash chain implementation.
I guess it also does not have a chance to get in?
-
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/