projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27c4ed7
)
cgroup: extend cg_mask_supported() comment a bit
author
Lennart Poettering
<lennart@poettering.net>
Thu, 22 Nov 2018 23:48:31 +0000
(
00:48
+0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 23 Nov 2018 12:41:37 +0000
(13:41 +0100)
src/basic/cgroup-util.c
patch
|
blob
|
history
diff --git
a/src/basic/cgroup-util.c
b/src/basic/cgroup-util.c
index d38452cfcbb8ed33798fedfb8e04fddcb262bcdc..3f94602c8f0f585b9a1f8b05aa813ec5a1ae1d6b 100644
(file)
--- a/
src/basic/cgroup-util.c
+++ b/
src/basic/cgroup-util.c
@@
-2368,9
+2368,9
@@
int cg_mask_supported(CGroupMask *ret) {
CGroupMask mask;
int r;
- /* Determines the mask of supported cgroup controllers. Only
- *
includes controllers we can make sense of and that are
- *
actually accessible
. */
+ /* Determines the mask of supported cgroup controllers. Only
includes controllers we can make sense of and that
+ *
are actually accessible. Only covers real controllers, i.e. not the CGROUP_CONTROLLER_BPF_xyz
+ *
pseudo-controllers
. */
r = cg_all_unified();
if (r < 0)