]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Wed, 6 Jun 2018 09:44:58 +0000 (11:44 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 6 Jun 2018 09:44:58 +0000 (11:44 +0200)
TODO

diff --git a/TODO b/TODO
index d6d9901e644caa3a808a461c9ed843e10c347ba3..541063d8b39fd740cb5bf786e82788f3f8aff5c7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -67,6 +67,12 @@ Features:
   DECIMAL_STR_WIDTH should probably add an extra "-" into account for negative
   numbers.
 
+* Check that users of inotify's IN_DELETE_SELF flag are using it properly, as
+  usually IN_ATTRIB is the right way to watch deleted files, as the former only
+  fires when a file is actually removed from disk, i.e. the link count drops to
+  zero and is not open anymore, while the latter happens when a file is
+  unlinked from any dir.
+
 * port systemctl, systemd-inhibit, busctl, … over to format-table.[ch]'s table formatters
 
 * pid1: lock image configured with RootDirectory=/RootImage= using the usual nspawn semantics while the unit is up