On Thu, Nov 16, 2017 at 11:32:54AM +0100, Florian Westphal wrote:
These two patches get rid of rhashtable the conversion.
First patch is an implicit dependency, rhlist remove interface is a no-op in case element is not yet in the table, but hlist_del_rcu() must only be called for conntracks that already have been inserted.
Second patch is the actual revert.
This version is very close to what we're running here. Thanks for your work Florian.