From: Rusty Russell <rusty@rustcorp.com.au>
To: Stephen Hemminger <shemminger@osdl.org>
Cc: "David S. Miller" <davem@redhat.com>,
wensong@linux-vs.org, netdev@oss.sgi.com
Subject: Re: [PATCH 2.6] convert ipvs to module_param
Date: Sun, 25 Jul 2004 00:45:57 +1000 [thread overview]
Message-ID: <1090680357.4508.4.camel@bach> (raw)
In-Reply-To: <20040723131142.13081ed3@dell_ss3.pdx.osdl.net>
On Sat, 2004-07-24 at 06:11, Stephen Hemminger wrote:
> #ifdef CONFIG_IP_VS_DEBUG
> static int debug=0;
> -MODULE_PARM(debug, "i");
> +module_param(debug, int, 0);
> #endif
Sure you want 0 here? Wouldn't it be nice to change it on the fly?
Rusty.
--
Anyone who quotes me in their signature is an idiot -- Rusty Russell
prev parent reply other threads:[~2004-07-24 14:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-23 20:11 [PATCH 2.6] convert ipvs to module_param Stephen Hemminger
2004-07-23 21:23 ` David S. Miller
2004-07-24 14:45 ` Rusty Russell [this message]
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=1090680357.4508.4.camel@bach \
--to=rusty@rustcorp.com.au \
--cc=davem@redhat.com \
--cc=netdev@oss.sgi.com \
--cc=shemminger@osdl.org \
--cc=wensong@linux-vs.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).