From d89d7cb46a55fe1fce190adb24efb3676d815918 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 12 Jan 2012 18:14:32 -0200 Subject: [PATCH] TODO: add code unification to list of tasks --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 027bb4b5..e947796b 100644 --- a/TODO +++ b/TODO @@ -32,6 +32,10 @@ Features: - kmod_module_symbols_free_list() - kmod_module_dependency_symbols_free_list() +* unify code from modprobe and libkmod: + - remove kmod_module_probe_insert() and turn it into + kmod_module_probe_get_list(); this way modprobe can use it too + * provide modules.archive, a cache file with all modules compressed and a fast access. It's like a tar.gz, but with each entry compressed as opposed to the whole tar compressed, easy to pick -- 2.47.2