* [PATCH] SCSI: Make the max_sectors type be the same as that in request_queue
@ 2006-11-04 19:59 Luben Tuikov
2006-11-05 3:56 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Luben Tuikov @ 2006-11-04 19:59 UTC (permalink / raw)
To: linux-scsi
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
---
include/scsi/scsi_host.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
This patch is 8 months old.
Luben
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index 8279929..17ee065 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -338,7 +338,7 @@ struct scsi_host_template {
/*
* If the host adapter has limitations beside segment count
*/
- unsigned short max_sectors;
+ unsigned int max_sectors;
/*
* dma scatter gather segment boundary limit. a segment crossing this
@@ -526,7 +526,7 @@ struct Scsi_Host {
int can_queue;
short cmd_per_lun;
short unsigned int sg_tablesize;
- short unsigned int max_sectors;
+ unsigned int max_sectors;
unsigned long dma_boundary;
/*
* Used to assign serial numbers to the cmds.
--
1.4.3.3.g8478
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] SCSI: Make the max_sectors type be the same as that in request_queue
2006-11-04 19:59 [PATCH] SCSI: Make the max_sectors type be the same as that in request_queue Luben Tuikov
@ 2006-11-05 3:56 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-11-05 3:56 UTC (permalink / raw)
To: ltuikov; +Cc: linux-scsi
Luben Tuikov wrote:
> Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
ACK
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-05 3:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-04 19:59 [PATCH] SCSI: Make the max_sectors type be the same as that in request_queue Luben Tuikov
2006-11-05 3:56 ` Jeff Garzik
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).