commit | e7fc2c868e240b280f593934278cc719e33e90f7 | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | Tue Jun 12 01:43:46 2012 -0300 |
committer | Lucas De Marchi <lucas.de.marchi@gmail.com> | Tue Jun 12 01:43:46 2012 -0300 |
tree | 3d0ea1965bcd7bd46e8ad976e6f1a5512534eafe | |
parent | c8c956b1995f53a25d365b67d66204208e496150 [diff] |
libkmod-config: refactor functions to get config It makes more sense to have libkmod-config.c deal with the configuration directly and the others get the config from ctx. As a bonus point we get a smaller binary. Following numbers are for x86-64, libkmod + kmod: Before: text data bss dec hex filename 128840 1496 104 130440 1fd88 tools/modprobe After: text data bss dec hex filename 128392 1496 104 129992 1fbc8 tools/modprobe