summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-02-16 20:43:16 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-02-16 21:18:00 -0200
commit3805274bf5e1e0acbd072ac7d523db8c8057130c (patch)
treed76e86a4042b6514782bc8edb8dff67c30f56467 /TODO
parenta7f5300d50b7a45667322877132f7c321cd9ac35 (diff)
downloadkmod-3805274bf5e1e0acbd072ac7d523db8c8057130c.tar.gz
kmod-module: lookup: search modules.builtin file too
Search modules.builtin file before saying the module was not found. Note: these "modules" should not appear as dependencies of other modules (in modules.dep) even if they appear in modinfo. This fixes the return code of modprobe with builtin modules. Also fixes a small coding style issue in module_is_inkernel().
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 315878e..4aa6f7a 100644
--- a/TODO
+++ b/TODO
@@ -49,9 +49,6 @@ Features:
* add quirk so we don't calculate dependencies for modules already loaded -
that shall fix the bug of vboxdrv and alsa above
-* search /lib/modules/$(uname -r)/modules.builtin.bin before returning error
- that module was not found
-
Known Bugs:
===========