Re: [PATCH 3/5] list.h: synchronize hlist_for_each_entry* iterators with linux

2022-10-28 Thread Stefan Roese
On 28.10.22 13:50, Rasmus Villemoes wrote: All the way back in 2013, the linux kernel updated the four hlist_for_each_entry* iterators to require one less auxiliary variable: commit b67bfe0d42cac56c512dd5da4b1b347a23f4b70a Author: Sasha Levin Date: Wed Feb 27 17:06:00 2013 -0800

[PATCH 3/5] list.h: synchronize hlist_for_each_entry* iterators with linux

2022-10-28 Thread Rasmus Villemoes
All the way back in 2013, the linux kernel updated the four hlist_for_each_entry* iterators to require one less auxiliary variable: commit b67bfe0d42cac56c512dd5da4b1b347a23f4b70a Author: Sasha Levin Date: Wed Feb 27 17:06:00 2013 -0800 hlist: drop the node parameter from iterators