]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Remove exclusive mode when scheduling zone load
authorColin Vidal <colin@isc.org>
Tue, 18 Nov 2025 11:16:39 +0000 (12:16 +0100)
committerColin Vidal <colin@isc.org>
Tue, 18 Nov 2025 11:16:39 +0000 (12:16 +0100)
Remove exclusive mode when scheduling the zone load, as it is no longer necessary;
data that can be read or written by multiple threads are locked or atomic.

The detection of the post zone DB loading logic has been refactored
to take into account the fact that zone databases may be loaded before the
function scheduling the loads.

Merge branch 'colin/remove-exclusive-zone-load' into 'main'

See merge request isc-projects/bind9!11231


Trivial merge