commit | cb0d0b72128ac566aad9a72800c5a64af66f0b6e | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | Sun Jan 08 18:08:05 2012 -0200 |
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | Sun Jan 08 18:08:05 2012 -0200 |
tree | 057594b3bc295f92026d00845889b9494bcac6c6 | |
parent | 525fa07b8fc2544c57a5ff27ce3a36bc5c1202c3 [diff] |
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