Re: [RFC][PATCH] jobfs - new virtual filesystem for jobkernel/user interface

From: Rusty Russell
Date: Wed Dec 08 2004 - 21:57:27 EST


On Wed, 2004-12-08 at 14:03 -0800, Limin Gu wrote:
> Hello,
>
> I am looking for your comments on the attached draft, it is the job patch
> for 2.6.9. I have posted job patch for older kernel before, but in this patch
> I have replaced the /proc/job binary ioctl calls with a new small virtual
> filesystem (jobfs).

> +static u32 jid_hid = DISABLED;
> +char hidname[16];
> +static char *hid = NULL;
> +MODULE_PARM(hid, "s");

Please use module_param from linux/moduleparam.h. MODULE_PARM is
obsolescent.

Thanks,
Rusty.
--
A bad analogy is like a leaky screwdriver -- Richard Braakman

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