From 180efdb768b8153dabdbc74cd4e3c57b47b62e19 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 22 Aug 2022 13:35:48 +0200 Subject: [PATCH] update TODO --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 309c51b756..46ab894b2a 100644 --- 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.