summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChris Down <chris@chrisdown.name>2019-01-02 20:15:15 +0000
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-01-03 11:32:40 +0900
commit4e1dfa45e9d09faef09f3e492db9373e6502b3b8 (patch)
tree5a9bd7f6a849ef21842c7777fdf3a493bf3b10b7 /TODO
parent788291d3b498c265db80357506b8eec4732a037b (diff)
downloadsystemd-4e1dfa45e9d09faef09f3e492db9373e6502b3b8.tar.gz
cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gI
Nitpicky, but we've used a lot of random spacings and names in the past, but we're trying to be completely consistent on "cgroup vN" now. Generated by `fd -0 | xargs -0 -n1 sed -ri --follow-symlinks 's/cgroups? ?v?([0-9])/cgroup v\1/gI'`. I manually ignored places where it's not appropriate to replace (eg. "cgroup2" fstype and in src/shared/linux).
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 24ec98416a..77a8447233 100644
--- a/TODO
+++ b/TODO
@@ -58,7 +58,7 @@ Features:
* when a socket unit is spawned with an AF_UNIX path in /var/run, complain and
patch it to use /run instead
-* set memory.oom.group in cgroupsv2 for all leaf cgroups (kernel v4.19+)
+* set memory.oom.group in cgroup v2 for all leaf cgroups (kernel v4.19+)
* add a new syscall group "@esoteric" for more esoteric stuff such as bpf() and
usefaultd() and make systemd-analyze check for it.