public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] ibmvscsi.c: remove max-sectors module parm
@ 2004-12-21 22:36 Dave C Boutcher
  2004-12-23 19:03 ` James Bottomley
  0 siblings, 1 reply; 7+ messages in thread
From: Dave C Boutcher @ 2004-12-21 22:36 UTC (permalink / raw)
  To: linux-scsi

Description: Based on comments from Jens Axboe, remove
redundant module parm to set max sectors.  This should
be set through the /dev/block/xxx/queue/max_sectors_kb
interface.  This incremental patch fixes the only comments
received to the previous set of patches submitted.

Signed-off-by: Dave Boutcher <boutcher@us.ibm.com>
---

 ibmvscsi.c |    2 --
 1 files changed, 2 deletions(-)

Index: linux-2.6.10-rc3/drivers/scsi/ibmvscsi/ibmvscsi.c
===================================================================
--- linux-2.6.10-rc3.orig/drivers/scsi/ibmvscsi/ibmvscsi.c	2004-12-21 14:11:06.224966784 -0600
+++ linux-2.6.10-rc3/drivers/scsi/ibmvscsi/ibmvscsi.c	2004-12-21 14:11:28.323068472 -0600
@@ -103,8 +103,6 @@
 MODULE_PARM_DESC(init_timeout, "Initialization timeout in seconds");
 module_param_named(max_requests, max_requests, int, S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(max_requests, "Maximum requests for this adapter");
-module_param_named(max_sectors, max_sectors, int, S_IRUGO | S_IWUSR);
-MODULE_PARM_DESC(max_sectors, "Maximum sectors per request for this adapter");
 
 /* ------------------------------------------------------------
  * Routines for the event pool and event structs

-- 
Dave Boutcher

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-12-31 17:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-21 22:36 [patch] ibmvscsi.c: remove max-sectors module parm Dave C Boutcher
2004-12-23 19:03 ` James Bottomley
2004-12-23 20:01   ` Dave C Boutcher
2004-12-23 20:57     ` James Bottomley
2004-12-24  0:36       ` Dave C Boutcher
2004-12-31  0:04         ` James Bottomley
2004-12-31 17:32           ` Dave C Boutcher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox