mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
killall: correct argument comment
This commit is contained in:
@@ -53,7 +53,7 @@ static bool is_in_survivor_cgroup(const PidRef *pid) {
|
||||
|
||||
assert(pidref_is_set(pid));
|
||||
|
||||
r = cg_pidref_get_path(/* root= */ NULL, pid, &cgroup_path);
|
||||
r = cg_pidref_get_path(/* controller= */ NULL, pid, &cgroup_path);
|
||||
if (r == -EUNATCH) {
|
||||
log_warning_errno(r, "Process " PID_FMT " appears to originate in foreign namespace, ignoring.", pid->pid);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user