From: Lucas De Marchi Date: Fri, 30 Mar 2012 20:37:20 +0000 (-0700) Subject: Documentation: replace install commands with softdeps X-Git-Tag: v3.4-rc1~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78286cdf054212c6d2fe6524fbf673fb9ead1abe;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed