On Fri, Oct 13, 2023 at 02:18:16PM +0200, Florian Westphal wrote: > There is no need for asynchronous garbage collection, rbtree inserts > can only happen from the netlink control plane. > > We already perform on-demand gc on insertion, in the area of the > tree where the insertion takes place, but we don't do a full tree > walk there for performance reasons. > > Do a full gc walk at the end of the transaction instead and > remove the async worker. Also applied, thanks