From f24e1b54e1263ed033c03edb8a925915fbf3be2e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 10 Aug 2023 10:06:50 +0200 Subject: [PATCH] update TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 914ce69b52..1fde92ab71 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.