Luiz Fernando N. Capitulino, Sat, Apr 28, 2007 18:02:01 +0200:
quoted
Look at what list_for_each_* macros did to the source of Linux kernel.
BTW, I was considering using Linux kernel's linked list
implementation in git, since we have some linked lists around.
Do you have some definite place in mind? It's just that the kernel
lists where intentionally kept very simple, so the list
implementations in git probably are as close to the kernel's as it
sanely possible, at which point bringing them in wont change much.
But I think people won't like it.
It depends on what you change and how you do it. Show us