From: Lennart Poettering Date: Thu, 10 Aug 2023 08:06:50 +0000 (+0200) Subject: update TODO X-Git-Tag: v255-rc1~772 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f24e1b54e1263ed033c03edb8a925915fbf3be2e;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 914ce69b52a..1fde92ab718 100644 --- a/TODO +++ b/TODO @@ -84,6 +84,10 @@ Janitorial Clean-ups: Having two lists is not nice, but maybe it's now worth making a dependency on libmount for something so trivial. +* drop set_free_free() and switch things over from string_hash_ops to + string_hash_ops_free everywhere, so that destruction is implicit rather than + explicit. Similar, for other special hashmap/set/ordered_hashmap destructors. + Deprecations and removals: * Remove any support for booting without /usr pre-mounted in the initrd entirely.