Skip to content

ctl: rework rcu locks...

Libor Peltan requested to merge ctl_rcu_locks into master

...add where zone->contents are accessed; ...remove where only zonedb is iterated. Because zonedb is only modified by main thread and ctl also operates only in main thread, so no need for locking.

Merge request reports