]> git.ipfire.org Git - thirdparty/systemd.git/commit
journal-file: avoid joining offline thread
authorVito Caputo <vcaputo@pengaru.com>
Mon, 28 May 2018 22:09:55 +0000 (15:09 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 29 May 2018 15:01:23 +0000 (17:01 +0200)
commit83bf6b6741e95bb5f53e28a2b6d1ee95d9ae7e37
tree990426dab689eaeb7cf87b92fb1cf5798f4e6af7
parent7ef7e15bd7991e4ca4c99c8743168facac573b2b
journal-file: avoid joining offline thread

In journal_file_set_online() the offline thread doesn't need to be
joined if it's been canceled before actually reaching the phase of
writing the offline state.
src/journal/journal-file.c