Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f9127fd authored by Mike Christie's avatar Mike Christie Committed by James Bottomley
Browse files

[SCSI] bnx2i: set change_queue_depth function



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: default avatarMike Christie <michaelc@cs.wisc.edu>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent 92ed4d69
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,