projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92ed4d6
)
[SCSI] bnx2i: set change_queue_depth function
author
Mike Christie
<michaelc@cs.wisc.edu>
Wed, 10 Feb 2010 22:51:46 +0000
(16:51 -0600)
committer
James Bottomley
<James.Bottomley@suse.de>
Wed, 17 Feb 2010 19:40:14 +0000
(13:40 -0600)
No reason that we cannot set the change_queue_depth
function for bnx2i. We just forgot to when the
driver was created.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/bnx2i/bnx2i_iscsi.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/bnx2i/bnx2i_iscsi.c
b/drivers/scsi/bnx2i/bnx2i_iscsi.c
index 51709cb9a93eafaada850807f8a5b8755ff6e557..1c4d1215769dc72704edc6d6dc8f85fd677086c8 100644
(file)
--- a/
drivers/scsi/bnx2i/bnx2i_iscsi.c
+++ b/
drivers/scsi/bnx2i/bnx2i_iscsi.c
@@
-1990,6
+1990,7
@@
static struct scsi_host_template bnx2i_host_template = {
.eh_abort_handler = iscsi_eh_abort,
.eh_device_reset_handler = iscsi_eh_device_reset,
.eh_target_reset_handler = iscsi_eh_target_reset,
+ .change_queue_depth = iscsi_change_queue_depth,
.can_queue = 1024,
.max_sectors = 127,
.cmd_per_lun = 32,