]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Wed, 3 Jul 2024 08:55:13 +0000 (10:55 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 Jul 2024 08:55:18 +0000 (10:55 +0200)
TODO

diff --git a/TODO b/TODO
index 036e8cde41167a54ddf3c26f48b60d1618b81a9f..aa69ab8693ea5fbe5da2255adcccba145955594b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -130,6 +130,10 @@ Deprecations and removals:
 
 Features:
 
+* logind: when logging in use new tmpfs quota support to configure quota on
+  /tmp/ + /dev/shm/. But do so only in case of tmpfs, because otherwise quota
+  is persistent and any persistent settings mean we don#t have to reapply them.
+
 * initrd: when transitioning from initrd to host, validate that
   /lib/modules/`uname -r` exists, refuse otherwise
 
@@ -161,11 +165,6 @@ Features:
   set Slice=protected.sice, RefuseManualStart=yes, RefuseManualStop=yes and a
   couple of other things.
 
-* improve inode_same_at() to use AT_HANDLE_FID flag in name_to_handle_at() to
-  compare inode identity, rather than .st_ino – where available. Kernel FS
-  folks gave up on idea that inode numbers are fs-wide unique, and suggest
-  using the file handle/AT_HANDLE_FID instead.
-
 * add feature to xopenat() that implements O_REGULAR in userspace: i.e. let's
   open the inode via O_PATH first, then validate its type, and then convert to
   proper fd via fd_reopen()