modprobe: pick up module options from /proc/cmdline too
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 27 Feb 2010 22:15:22 +0000 (23:15 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 27 Feb 2010 22:15:22 +0000 (23:15 +0100)
commit3e26d4fa233705f2061b6f296ac2a604e94f508a
treea78c15569cdcbcc3efcd18d046df4afd550df027
parentf6b29a2dc9fc4e3c0cf8cd0c2ac6e674d47480ec
modprobe: pick up module options from /proc/cmdline too

Based on patch by Ozan Çağlayan (ozan AT pardus.org.tr)

function                                             old     new   delta
parse_and_add_kcmdline_module_options                  -     149    +149
do_modprobe                                          357     365      +8

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
modutils/modprobe.c