summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-10-17 18:32:56 -0300
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-10-17 18:43:17 -0300
commitcc833644b2193d661e4a9c06c047d1a527f3ecf4 (patch)
tree92a587b1ae84e694ee3ad1b0b510d00683d1505c /TODO
parent1faec2c1344fd2725152a6944dc5ac2525999ec6 (diff)
downloadkmod-cc833644b2193d661e4a9c06c047d1a527f3ecf4.tar.gz
kmod-cc833644b2193d661e4a9c06c047d1a527f3ecf4.tar.bz2
kmod-cc833644b2193d661e4a9c06c047d1a527f3ecf4.zip
rmmod: Deprecate --wait option
Remove --wait from usage() and give a message + sleep(10) if user is in fact using it.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 286eeda..0987c43 100644
--- a/TODO
+++ b/TODO
@@ -35,9 +35,9 @@ 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.
+* Finish removal of "rmmod -w" when it's gone from kernel.
+
+* Deprecate not using KMOD_REMOVE_NOWAIT on libkmod.
Things to be added/removed in kernel (check what is really needed):
===================================================================