Re: [PATCH] final support for MODULE_PARAM as kernel commandline

Miquel van Smoorenburg (miquels@cistron.nl)
15 Sep 1999 10:08:09 +0200


In article <cistron.19990915050213.11582.qmail@mail.ocs.com.au>,
Keith Owens <kaos@ocs.com.au> wrote:
>the same syntax when loaded as a separate module but change insmod so
>
> insmod modname parm1=val1 parm2=val2
>
>is tried "as is" first then retried as
>
> insmod modname modname.parm1=val1 modname.parm2=val2
>
>Shall I upgrade insmod to automatically insert a modname prefix on
>parameters if the raw parameter name does not exist?

Isn't a dot invalid in a variable name. Unless it is a struct, which
may make sense anyway.

Mike.

-- 
... somehow I have a feeling the hurting hasn't even begun yet
	-- Bill, "The Terrible Thunderlizards"

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/