From: Randy Dunlap <randy.dunlap@oracle.com>
To: bo yang <bo.yang@lsi.com>
Cc: linux-scsi@vger.kernel.org, James.Bottomley@SteelEye.com,
akpm@osdl.org, linux-kernel@vger.kernel.org,
Sumant.patro@lsi.com
Subject: Re: PATCH [2/8] scsi: megaraid_sas - add module param fast_load
Date: Fri, 28 Sep 2007 13:32:18 -0700 [thread overview]
Message-ID: <20070928133218.e3f07a60.randy.dunlap@oracle.com> (raw)
In-Reply-To: <1190820130.5955.7.camel@dhcp-75-534.se.lsil.com>
On Wed, 26 Sep 2007 11:22:10 -0400 bo yang wrote:
> Driver will skip physical devices scan for the first time if the fast_load is set. This is to reduce time for loading driver.
>
> Signed-off-by: Bo Yang <bo.yang@lsi.com>
>
> ---
> drivers/scsi/megaraid/megaraid_sas.c | 69 +++++++++++++++++++------
> 1 files changed, 55 insertions(+), 14 deletions(-)
>
> diff -rupN linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c
> --- linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c 2007-09-26 16:19:18.321402040 -0400
> +++ linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c 2007-09-26 16:20:52.915021624 -0400
> @@ -46,6 +46,22 @@
> #include <scsi/scsi_host.h>
> #include "megaraid_sas.h"
>
> +/*
> + * Module parameters
> + */
> +
> +/*
> + * Fast driver load option, skip scanning for physical devices during
> + * load. This would result in physical devices being skipped during
> + * driver load time. These can be later added though,
> + * using /proc/scsi/scsi
> + */
> +static unsigned int fast_load;
> +module_param_named(fast_load, fast_load, int, 0);
> +MODULE_PARM_DESC(fast_load,
> + "megasas: Faster loading of the driver, skips physical devices! \
> + (default = 0)");
The continuation line begins with an unwanted tab that is inside the
"string". How about like this? (untested)
MODULE_PARM_DESC(fast_load,
"megasas: Faster loading of the driver, skips physical devices! "\
"(default = 0)");
> +
> MODULE_LICENSE("GPL");
> MODULE_VERSION(MEGASAS_VERSION);
> MODULE_AUTHOR("megaraidlinux@lsi.com");
---
~Randy
Phaedrus says that Quality is about caring.
next prev parent reply other threads:[~2007-09-28 20:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-26 15:22 PATCH [2/8] scsi: megaraid_sas - add module param fast_load bo yang
2007-09-28 20:32 ` Randy Dunlap [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-10-01 15:46 bo yang
2007-10-30 17:36 ` Christoph Hellwig
2007-11-06 19:04 ` Yang, Bo
2007-11-07 17:39 ` Christoph Hellwig
2007-11-09 20:43 ` Yang, Bo
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=20070928133218.e3f07a60.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=James.Bottomley@SteelEye.com \
--cc=Sumant.patro@lsi.com \
--cc=akpm@osdl.org \
--cc=bo.yang@lsi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox