modprobe/insmod: fix parameter quoting
function old new delta parse_cmdline_module_options 102 157 +55 modprobe_main 657 662 +5 insmod_main 68 70 +2 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 62/0) Total: 62 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -21,7 +21,7 @@ void replace(char *s, char what, char with) FAST_FUNC;
|
||||
char *replace_underscores(char *s) FAST_FUNC;
|
||||
int string_to_llist(char *string, llist_t **llist, const char *delim) FAST_FUNC;
|
||||
char *filename2modname(const char *filename, char *modname) FAST_FUNC;
|
||||
char *parse_cmdline_module_options(char **argv) FAST_FUNC;
|
||||
char *parse_cmdline_module_options(char **argv, int quote_spaces) FAST_FUNC;
|
||||
|
||||
/* insmod for 2.4 and modprobe's options (insmod 2.6 has no options at all): */
|
||||
#define INSMOD_OPTS \
|
||||
|
Reference in New Issue
Block a user