mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 09:56:51 +03:00
cgroup: fix typo
This commit is contained in:
parent
a2341f6836
commit
71c2687360
@ -292,7 +292,7 @@ void cgroup_context_apply(CGroupContext *c, CGroupControllerMask mask, const cha
|
||||
if (mask == 0)
|
||||
return;
|
||||
|
||||
/* Some cgroup attributes are not support on the root cgroup,
|
||||
/* Some cgroup attributes are not supported on the root cgroup,
|
||||
* hence silently ignore */
|
||||
is_root = isempty(path) || path_equal(path, "/");
|
||||
if (is_root)
|
||||
|
Loading…
Reference in New Issue
Block a user