diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-02-16 20:43:16 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-02-16 21:18:00 -0200 |
commit | 3805274bf5e1e0acbd072ac7d523db8c8057130c (patch) | |
tree | d76e86a4042b6514782bc8edb8dff67c30f56467 /TODO | |
parent | a7f5300d50b7a45667322877132f7c321cd9ac35 (diff) | |
download | kmod-3805274bf5e1e0acbd072ac7d523db8c8057130c.tar.gz kmod-3805274bf5e1e0acbd072ac7d523db8c8057130c.tar.bz2 kmod-3805274bf5e1e0acbd072ac7d523db8c8057130c.zip |
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-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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: =========== |