]> git.ipfire.org Git - thirdparty/systemd.git/commit
journald: fix flushing
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 26 Oct 2014 04:14:30 +0000 (00:14 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 26 Oct 2014 04:35:23 +0000 (00:35 -0400)
commitcaa2f4c0c9613b2e02aafa308c8fb092576014a9
treed5197a012777dad7ae9e267135f108922bbc01f2
parente95c98378ac2d34df864de4a9b785fd17defb77b
journald: fix flushing

Commit 74055aa762 'journalctl: add new --flush command and make use of
it in systemd-journal-flush.service' broke flushing because journald
checks for the /run/systemd/journal/flushed file before opening the
permanent journal. When the creation of this file was postponed,
flushing stoppage ensued.
src/journal/journald-server.c