]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: The nodefullname doesn't need a read lock to access .name
authorOndřej Surý <ondrej@isc.org>
Fri, 15 Aug 2025 05:34:11 +0000 (07:34 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 15 Aug 2025 05:34:11 +0000 (07:34 +0200)
The qpznode->name is constant - assigned when the node is created
and it is immutable, so there's no reason to have it locked at all.

Merge branch 'ondrej/nodefullname-no-read-lock' into 'main'

See merge request isc-projects/bind9!10686


Trivial merge