diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-03-30 20:37:20 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-30 23:03:15 (GMT) |
commit | 78286cdf054212c6d2fe6524fbf673fb9ead1abe (patch) | |
tree | 6eee7972b83cfb77b9efab23f32fecbdb7695b6d /fs/proc/cmdline.c | |
parent | 970e2486492aa1eb47a436a5a4c81e92558986a9 (diff) | |
download | linux-78286cdf054212c6d2fe6524fbf673fb9ead1abe.tar.xz |
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>
Diffstat (limited to 'fs/proc/cmdline.c')
0 files changed, 0 insertions, 0 deletions