Re: [2.6 patch] MODULE_PARM_: remove the __deprecated

From: Jim Nelson
Date: Tue Nov 23 2004 - 05:45:44 EST


Lee Revell wrote:
On Mon, 2004-11-22 at 16:56 +0100, Adrian Bunk wrote:

MODULE_PARM_ might be deprecated.
But there are still over 2000 places in the kernel where it's used.


Changing MODULE_PARM to module_param is not exactly rocket science. You
could probably fix them all with a perl script.

Lee


Not really. The permissions for the sysfs files, if nothing else, have to be done manually. Plus, check out:

http://lists.osdl.org/pipermail/kernel-janitors/2004-November/002559.html

and

http://lists.osdl.org/pipermail/kernel-janitors/2004-November/002592.html

for two examples of the kinds of problems that a script would run into. Not rocket science, but it can be tricky.

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