]> git.ipfire.org Git - thirdparty/bind9.git/commit
Flush the new journal at very end in dns_journal_compact()
authorOndřej Surý <ondrej@isc.org>
Thu, 6 Apr 2023 09:42:20 +0000 (11:42 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 27 Nov 2024 17:55:33 +0000 (18:55 +0100)
commit0786b78ca90247542a61abaaa92d7b2abe19a9f9
treea1d089c99cb4cf61414ffac59d8271563883cf42
parent47ffd0884ce002bdda86bc907219a6cb9783d68d
Flush the new journal at very end in dns_journal_compact()

When compacting journal, we don't need to flush/fsync the new journal
continuously, but only at the very end before we close and rename the
journal.

Closes: #3556
lib/dns/journal.c