kmodloader: modprobe: skip possible command line arguments
authorYousong Zhou <yszhou4tech@gmail.com>
Fri, 13 Jan 2017 17:00:32 +0000 (01:00 +0800)
committerFelix Fietkau <nbd@nbd.name>
Sun, 15 Jan 2017 17:52:19 +0000 (18:52 +0100)
commita62c946ecdced9468ad16738325ee322029b0476
tree90ba0e72bea57437cf2f7cc1d3cee1c4feb46c0d
parent46a4b5f70aef35f1da70a72400cd8f34083d7501
kmodloader: modprobe: skip possible command line arguments

The kernel may invocate user mode modprobe with the following scheme

    modprobe -q -- <module_name>

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
kmodloader.c