]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use sync_file_range() if available 3658-offload-journal-processing 7818/head
authorOndřej Surý <ondrej@isc.org>
Wed, 12 Apr 2023 13:03:36 +0000 (15:03 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 27 Nov 2024 17:55:33 +0000 (18:55 +0100)
commit4483abc88049cfae90aa1d2f57487d6f2fd178c1
tree52e327271d0de2891be47887b3fb1f1269974c45
parentd097f61706b3a7a4890a6ad8c4a7f977554ae83a
Use sync_file_range() if available

When rewriting the transaction and journal headers, instead of running
fdatasync() on the whole file use sync_file_range() if available.
configure.ac
lib/dns/journal.c
lib/isc/include/isc/stdio.h
lib/isc/stdio.c