On Sat, Jan 05, 2019 at 10:59:08AM +0100, Florian Westphal wrote: > Cong Wang <xiyou.wangc...@gmail.com> wrote: > > > - hlist_for_each_entry(tmp, &node->hhead, bydst) > > > - tmp->bydst_reinsert = true; > > > - hlist_for_each_entry(tmp, &n->hhead, bydst) > > > + hlist_for_each_entry(tmp, &n->hhead, bydst) { > > > > > > hlist_for_each_entry_safe()? > > Could be used instead indeed, but its not required. > > Steffen, just let me know your preference.
I tend to apply the patchset as is after some testing.