aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-11-16 17:53:26 +0100
committerGitHub <noreply@github.com>2018-11-16 17:53:26 +0100
commit6415fecd4cd9903947804b0c36aa9967b24f6878 (patch)
treee5d77a63924a5385d1bfbd18021074bc3e4cec28 /TODO
parentMerge pull request #10802 from poettering/hide-only-on (diff)
parentupdate TODO (diff)
downloadsystemd-6415fecd4cd9903947804b0c36aa9967b24f6878.tar.gz
systemd-6415fecd4cd9903947804b0c36aa9967b24f6878.tar.bz2
systemd-6415fecd4cd9903947804b0c36aa9967b24f6878.zip
Merge pull request #10785 from poettering/cgroup-join-removal
remove JoinControllers= setting
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 674aa50df..dbd5b1083 100644
--- a/TODO
+++ b/TODO
@@ -40,7 +40,7 @@ Features:
* consider splitting out all temporary file creation APIs (we have so many in
fileio.h and elsewhere!) into a new util file of its own.
-* set memory.oom.group in cgroupsv2 for all leaf cgroups
+* set memory.oom.group in cgroupsv2 for all leaf cgroups (kernel v4.19+)
* drop umask() calls and suchlike from our generators, pid1 should set things up correctly anyway