]> git.ipfire.org Git - thirdparty/kmod.git/commit - libkmod/libkmod.c
add kmod_module_get_filtered_blacklist()
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Thu, 8 Dec 2011 07:17:43 +0000 (05:17 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 8 Dec 2011 13:17:16 +0000 (11:17 -0200)
commit1487a64ffa39cc9fdbac990e6e64658f21d67f16
treea30e166d3efc1b5b1f0124e6743a7440261ff882
parente005facdb9bc99a3aacb55c23260464fb31e25d0
add kmod_module_get_filtered_blacklist()

This function will filter the given list against the known blacklist,
returning a new list with remaining modules with the reference
incremented.
Makefile.am
libkmod/libkmod.c
libkmod/libkmod.h
libkmod/libkmod.sym
test/.gitignore
test/test-blacklist.c [new file with mode: 0644]