Eric Auger <eric.au...@redhat.com> wrote: > Instead of inserting read elements at the head and > then reversing the list, it is simpler to add > each element after the previous one. Introduce > QLIST_RAW_INSERT_AFTER helper and use it in > get_qlist(). > > Signed-off-by: Eric Auger <eric.au...@redhat.com> > Suggested-by: Juan Quintela <quint...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> It wis really suggested by Dave, I just gave a sample implementation O:-) Later, Juan.