On 19/06/15 09:09, Marek Lindner wrote:
The tt request list does not require a double linked list, hence a conversion to hlist saves memory without losing functionality.
Also, the list_del() call was changed to hlist_del_init() to allow an adding an extra check prior to deletion in batadv_tt_req_node_new().
Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
Nice one :)
Acked-by: Antonio Quartulli antonio@meshcoding.com