代码拉取完成,页面将自动刷新
From 7b629b3a853c3b1e4e6a916a080996960343d7f2 Mon Sep 17 00:00:00 2001
From: Lennart Poettering <lennart@poettering.net>
Date: Fri, 5 Oct 2018 23:04:51 +0200
Subject: [PATCH] unit: enqueue cgroup empty check event if the last ref on a
unit is dropped
(cherry picked from commit e5c36295d81971ef75d9c6f98f0890b92a4a353f)
Resolves: #1697893
---
src/core/dbus-unit.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c
index ae0410414e..c5bca10979 100644
--- a/src/core/dbus-unit.c
+++ b/src/core/dbus-unit.c
@@ -1746,7 +1746,13 @@ static int bus_unit_track_handler(sd_bus_track *t, void *userdata) {
u->bus_track = sd_bus_track_unref(u->bus_track); /* make sure we aren't called again */
+ /* If the client that tracks us disappeared, then there's reason to believe that the cgroup is empty now too,
+ * let's see */
+ unit_add_to_cgroup_empty_queue(u);
+
+ /* Also add the unit to the GC queue, after all if the client left it might be time to GC this unit */
unit_add_to_gc_queue(u);
+
return 0;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。