Re: [PATCH] Realtime LSM

From: Rusty Russell
Date: Thu Oct 14 2004 - 20:57:21 EST


On Fri, 2004-10-01 at 07:14, Jody McIntyre wrote:
> +/* module parameters */
> +static int any = 0; /* if TRUE, any process is realtime */
> +MODULE_PARM(any, "i");

Please node that MODULE_PARM is deprecated. This looks like a job for
"module_param(any, bool, 0400)" or even "0644". Please consider, and
for the others.

Thanks,
Rusty.
--
Anyone who quotes me in their signature is an idiot -- Rusty Russell

-
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/