Messages in this thread |  | | From | Matthias Urlichs <> | Subject | Re: single linked list header in kernel? | Date | Wed, 13 Oct 2004 20:25:43 +0200 |
| |
Hi, Chris Friesen wrote:
> There are various places where there are open-coded single-linked list > implementations. This would just unify them to a single implementation. On a > previous occasion, someone estimated 42 instances where slist_for_each() could > be used in net/core alone. > So, if that bothers you, you should write a generic SLL, and convert a couple of existing singly-linked lists to it as a proof-of-concept.
I dunno, though -- open-coding a singly-linked list isn't that much of a problem; compared to a doubly-linked one, there's simply fewer things that can go horribly wrong. :-/
-- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | smurf@smurf.noris.de
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |