From: Lucas De Marchi Date: Mon, 16 Apr 2012 23:20:48 +0000 (-0300) Subject: TODO: add item to implement actions in kmod X-Git-Tag: v8~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9461893cf1a902e87be387c4a609f038ec13b37b;p=thirdparty%2Fkmod.git TODO: add item to implement actions in kmod --- diff --git a/TODO b/TODO index f9e3b558..71f2a47e 100644 --- a/TODO +++ b/TODO @@ -35,6 +35,8 @@ Features: * index: drop the "open(), seek(), read()" implementation and use another one with mmap(). When lookup() is called and the file is not mmaped, mmap it. +* Implement actions in kmod tool like 'insert', 'remove', 'info', etc + Things to be added/removed in kernel (check what is really needed): ===================================================================