From: Christoph Hellwig <hch@infradead.org>
To: "Stefan Völkel" <stefan.voelkel@millenux.com>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>,
Heiko Carstens <Heiko.Carstens@de.ibm.com>
Subject: Re: Patch: s390 root on scsi disc
Date: Sat, 19 Jun 2004 15:27:38 +0100 [thread overview]
Message-ID: <20040619142738.GA6062@infradead.org> (raw)
In-Reply-To: <1087661628.26436.30.camel@localhost>
--- zfcp_aux.c.orig 2004-06-19 16:01:25.000000000 +0000
+++ zfcp_aux.c 2004-06-19 16:00:01.000000000 +0000
@@ -146,6 +146,17 @@
module_param(flags_dump, uint, 0);
#endif
+#ifndef MODULE
+/* remember kernel boot time parameter */
+static int __init zfcp_device(char *str)
+{
+ device = str;
+ return 1;
+}
+
+__setup("zfcpdevice=", zfcp_device);
+#endif
please use module_param instead. still wondering why zfcp needs paramters
anyway..
next prev parent reply other threads:[~2004-06-19 14:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-19 16:13 Patch: s390 root on scsi disc Stefan Völkel
2004-06-19 14:27 ` Christoph Hellwig [this message]
2004-06-19 16:39 ` Stefan Völkel
2004-06-19 14:52 ` Christoph Hellwig
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=20040619142738.GA6062@infradead.org \
--to=hch@infradead.org \
--cc=Heiko.Carstens@de.ibm.com \
--cc=linux-scsi@vger.kernel.org \
--cc=stefan.voelkel@millenux.com \
/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