]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove exclusive mode when scheduling zone load
authorColin Vidal <colin@isc.org>
Mon, 10 Nov 2025 08:49:06 +0000 (09:49 +0100)
committerColin Vidal <colin@isc.org>
Tue, 18 Nov 2025 11:16:14 +0000 (12:16 +0100)
commite8e879c008186dfecea6719f56cf8a6ac7fabc41
treeea25e0b574566f815391be52ded78d3f7b4a53d2
parent103799ac23bf9ea4f0fd5c18daffea139238f032
remove exclusive mode when scheduling zone load

Remove the exclusive mode when scheduling the zone load right after
(re)loading `named` configuration, as there is no reason anymore to
schedule zone loading while the exclusive lock is held. Data which can
be read or written by multiple threads are locked or atomic.
bin/named/server.c