core: don't track jobs-finishing-during-reload explicitly
authorLennart Poettering <lennart@poettering.net>
Mon, 10 Dec 2018 17:52:28 +0000 (18:52 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 12 Dec 2018 10:15:06 +0000 (11:15 +0100)
commit4a53080be637f6dad91515fc896d9f77fbc17f0c
treea7bdaf06fd3346cabc7461425cf53cbd3535195e
parent728ba51e98959dfd9ad9f70cf6526b0a84b529a0
core: don't track jobs-finishing-during-reload explicitly

Memory management is borked for this, and moreover this is unnecessary
since f0831ed2a03, i.e. since coldplug() and catchup() are two different
concepts: the former restoring the state from before a reload, the
latter than adjusting it again to the actual status in effect after the
reload.

Fixes: #10716
Mostly reverts: #8803
src/core/job.c
src/core/job.h
src/core/manager.c
src/core/manager.h