From: Rusty Russell <rusty@rustcorp.com.au>
To: Limin Gu <limin@dbear.engr.sgi.com>
Cc: lkml - Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [RFC][PATCH] jobfs - new virtual filesystem for job kernel/user interface
Date: Thu, 09 Dec 2004 13:56:13 +1100 [thread overview]
Message-ID: <1102560973.15827.2.camel@localhost.localdomain> (raw)
In-Reply-To: <200412082203.iB8M3Lk22375@dbear.engr.sgi.com>
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
next prev parent reply other threads:[~2004-12-09 2:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-08 22:03 [RFC][PATCH] jobfs - new virtual filesystem for job kernel/user interface Limin Gu
2004-12-09 1:16 ` Chris Wright
2004-12-09 2:09 ` Limin Gu
2004-12-09 2:56 ` Rusty Russell [this message]
2004-12-09 14:05 ` Robin Holt
2004-12-09 16:53 ` Jeffrey E. Hundstad
2004-12-09 17:24 ` [RFC][PATCH] jobfs - new virtual filesystem for job kernel/user Limin Gu
2004-12-10 7:39 ` Jan Engelhardt
2004-12-09 14:27 ` [RFC][PATCH] jobfs - new virtual filesystem for job kernel/user interface Andreas Schwab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1102560973.15827.2.camel@localhost.localdomain \
--to=rusty@rustcorp.com.au \
--cc=limin@dbear.engr.sgi.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.