From: Ondřej Surý Date: Fri, 15 Aug 2025 05:34:11 +0000 (+0200) Subject: chg: dev: The nodefullname doesn't need a read lock to access .name X-Git-Tag: v9.21.12~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1c00cbbe3e665b18149570a75e5e9ed26f58320;p=thirdparty%2Fbind9.git chg: dev: The nodefullname doesn't need a read lock to access .name 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 --- a1c00cbbe3e665b18149570a75e5e9ed26f58320