summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-08-30 14:10:47 -0300
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-08-30 14:10:47 -0300
commit8447b865aaac9139485dccdcc576725ddec2e7fa (patch)
tree47f7487258154e540fd824b2835ab900fff60f1e /TODO
parent36ddee65620f97c34d79815a24c65993e0c84754 (diff)
downloadkmod-8447b865aaac9139485dccdcc576725ddec2e7fa.tar.gz
TODO: deprecate use of rmmod -w
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index d125122..286eeda 100644
--- 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):
===================================================================