]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Documentation: replace install commands with softdeps
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 30 Mar 2012 20:37:20 +0000 (13:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Mar 2012 23:03:15 +0000 (16:03 -0700)
commit78286cdf054212c6d2fe6524fbf673fb9ead1abe
tree6eee7972b83cfb77b9efab23f32fecbdb7695b6d
parent970e2486492aa1eb47a436a5a4c81e92558986a9
Documentation: replace install commands with softdeps

Install commands should not be used to specify soft dependencies among
modules. When loading modules it's much better to have a softdep that
modprobe knows what's being done than having to fork/exec another
instance of modprobe to load the other module.

By using a softdep user has also an option to remove the dependencies
when removing the module (and if its refcount dropped to 0)

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/networking/bonding.txt
Documentation/sound/oss/AudioExcelDSP16
Documentation/sound/oss/README.modules