| |
| | [PATCH] Implement doubly-linked list |
 | | As a side note, modprobe would _not_ strictly need doubly-linked lists, as the list is either tarversed one way or the other (inserting uses tail->head, while removing uses head->tail), thus reversing the list would be as good as using a doubly-linked list. |
 | | I'll share my list as soon as it is in a shape suitable for discussion. |
 | | Once I've managed a more complete listing of lists, I'll list what kind of lists are used, how many times, etc... |
| www.busybox.net /lists/busybox/2006-June/022133.html (502 words) |
|