]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
TODO: deprecate use of rmmod -w
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 30 Aug 2012 17:10:47 +0000 (14:10 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 30 Aug 2012 17:10:47 +0000 (14:10 -0300)
As discussed with Rusty Russel, it would be nice to remove the related
code from kernel. Deprecate its use on kmod, so people know they
shouldn't be using it.

TODO

diff --git a/TODO b/TODO
index d125122f45a0784dd8e09f3d2378f51a35fe28fa..286eeda4e433542e41cd80a4ed6d061afd95e7b8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -35,6 +35,10 @@ Features:
 
 * Implement actions in kmod tool like 'insert', 'remove', 'info', etc
 
+* Deprecate "rmmod -w", friends and KMOD_REMOVE_NOWAIT from libkmod.
+  The blocking delete_module will be removed from the kernel. Deprecate it and
+  print a warning to the user because he shouldn't be using it.
+
 Things to be added/removed in kernel (check what is really needed):
 ===================================================================