diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-12-31 19:28:31 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-01 06:18:16 -0200 |
commit | c4dc3ca8a22d96fde95c34ba0cd7e0b3aa11032d (patch) | |
tree | 696fbcea1d45740c784b09db94138937cd211a87 /TODO | |
parent | 9fd58f30bfad2b5f996210d887885489bba85a83 (diff) | |
download | kmod-c4dc3ca8a22d96fde95c34ba0cd7e0b3aa11032d.tar.gz kmod-c4dc3ca8a22d96fde95c34ba0cd7e0b3aa11032d.tar.bz2 kmod-c4dc3ca8a22d96fde95c34ba0cd7e0b3aa11032d.zip |
Add call to check if resources are valid
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -19,10 +19,6 @@ Features: * provide 1:1 compatibility with module-init-tools's modprobe - dump configuration -* Add kmod_validate(). It checks if all config files and indexes are still - valid. We need to save the mtime of each config dir when starting up and when - this function is called we stat the dir and compare the mtimes. - * review API, maybe unify all of these setters: - kmod_module_version_get_symbol() - kmod_module_version_get_crc() |