Commit 2dae6d1
core/service: drop unneeded unit_add_to_gc_queue()
Follow-up for a1d3157
and 6ac62d6
With the aforementioned commits, unit_release_resources()
is dispatched in a dedicated queue, and Service.n_keep_fd_store
has been dropped, hence the comment is outdated. Moreover,
the unit is added to GC queue in unit_notify() already.
No other unit types do this in corresponding _enter_dead()
functions, nor does Service need it anymore.
(cherry picked from commit 818315a)
Related: RHEL-1372511 parent 70dca05 commit 2dae6d1
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1900 | 1900 | | |
1901 | 1901 | | |
1902 | 1902 | | |
1903 | | - | |
1904 | | - | |
1905 | | - | |
1906 | | - | |
1907 | 1903 | | |
1908 | 1904 | | |
1909 | 1905 | | |
| |||
0 commit comments