modprobe: fix error path when loading dependencies
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Sun, 8 Jan 2012 20:08:05 +0000 (18:08 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sun, 8 Jan 2012 20:08:05 +0000 (18:08 -0200)
commitcb0d0b72128ac566aad9a72800c5a64af66f0b6e
tree057594b3bc295f92026d00845889b9494bcac6c6
parent525fa07b8fc2544c57a5ff27ce3a36bc5c1202c3
modprobe: fix error path when loading dependencies

demarchi> scenario is the following:
demarchi> modA depends on modB and modC
demarchi> if there's a race when trying to insert a dependency of a module, say
          modB, it will stop loading all the modules
demarchi> it should check by "module already loaded error"
demarchi> like it does for modA
tools/kmod-modprobe.c