Re: [PATCH] Realtime LSM

From: Lee Revell
Date: Thu Oct 14 2004 - 21:16:57 EST


On Thu, 2004-10-14 at 21:55, Rusty Russell wrote:
> 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.

This change (along with many other improvements) was already made by
Chris Wright. An updated patch will probably be posted soon.

Lee

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