]> git.ipfire.org Git - thirdparty/systemd.git/commit
journald: do not close all files stored in Server.deferred_closes
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 30 Sep 2023 06:05:23 +0000 (15:05 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 2 Oct 2023 01:52:45 +0000 (10:52 +0900)
commit34d17ac128d1e44dd36531b311c9a856d1624e6d
treefa0edbe00dc19db972115e7966f8a944c57f58a5
parentb503c766898387f872c93300f64b6bdcf44c439f
journald: do not close all files stored in Server.deferred_closes

Just before the call of managed_journal_file_open(), we already called
server_vacuum_deferred_closes(), so there is a room to store the file.
src/journal/journald-server.c