]> git.ipfire.org Git - thirdparty/kmod.git/commit - libkmod/libkmod.c
kmod_search_moddep: reorder to avoid creating path when not required.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sat, 10 Dec 2011 11:26:27 +0000 (09:26 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sat, 10 Dec 2011 11:26:27 +0000 (09:26 -0200)
commit85132101e456f194b2190eadb7ff8b3078fcd228
treec6eef264be6654076f984a996b48f8810183833f
parent3b2099595b6b27cabbce60ac417d186c0a26d9d8
kmod_search_moddep: reorder to avoid creating path when not required.

if we're using mmap'ed index, say so and avoid creating the path as it
won't be used.
libkmod/libkmod.c