how it the linux implementation of double linked lists useful

Ahmed Soliman ahmedsoliman0x666 at gmail.com
Sun Aug 2 16:40:10 EDT 2015


while reading through linux/list.h I noticed that the linked list
structure is really simple with only pointer to the previous node and
pointer to next node with no other data (It can't handle anything
inside it ) I started to wonder how such linked list can be useful to
the kernel or (useful in general) !
thanks



More information about the Kernelnewbies mailing list