]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 24396/head
authorLennart Poettering <lennart@poettering.net>
Mon, 22 Aug 2022 11:35:48 +0000 (13:35 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Aug 2022 13:10:15 +0000 (15:10 +0200)
TODO

diff --git a/TODO b/TODO
index 309c51b756e0ba0835a95d3ca31db8774b3134f9..46ab894b2a7bdd4292ba1fc20598db6727b1998e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -77,6 +77,11 @@ Janitorial Clean-ups:
 * rework mount.c and swap.c to follow proper state enumeration/deserialization
   semantics, like we do for device.c now
 
+* get rid of prefix_roota() and similar, only use chase_symlinks() and related
+  calls instead.
+
+* get rid of basename() and replace by path_extract_filename()
+
 Deprecations and removals:
 
 * Remove any support for booting without /usr pre-mounted in the initrd entirely.