From: Lennart Poettering Date: Mon, 22 Aug 2022 11:35:48 +0000 (+0200) Subject: update TODO X-Git-Tag: v252-rc1~363^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=180efdb768b8153dabdbc74cd4e3c57b47b62e19;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 309c51b756e..46ab894b2a7 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.