insmod: Do not add a pair of "" around the arguments of the module.
authorCarmelo AMOROSO <carmelo.amoroso@st.com>
Tue, 24 Aug 2010 04:01:13 +0000 (06:01 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Wed, 25 Aug 2010 16:19:22 +0000 (18:19 +0200)
commit1396221d5a741ef8e1e8abca88836b341a3cab84
tree47b26d4fdbe7766b0a68942675955dc602a84d7d
parent6f32ea4039535c48759a217fd6352193846a393c
insmod: Do not add a pair of "" around the arguments of the module.

If there are some spaces in the insmod command line, then
this will be splitted in single words as separate elements of
argv. It just needs to chain them together in the options string
passed to the sys_init_module syscall.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
modutils/modutils.c