TODO: add code unification to list of tasks
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 12 Jan 2012 20:14:32 +0000 (18:14 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 12 Jan 2012 20:14:32 +0000 (18:14 -0200)
TODO

diff --git a/TODO b/TODO
index 027bb4b..e947796 100644 (file)
--- 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