From: Mike Christie Date: Tue, 21 Apr 2009 20:32:33 +0000 (-0500) Subject: [SCSI] cxgb3i: fix can_queue and cmd_per_lun initialization X-Git-Tag: v2.6.30-rc5~53^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd0af9f94e54efb13ee050ebac11909215ef02c2;p=pandora-kernel.git [SCSI] cxgb3i: fix can_queue and cmd_per_lun initialization cxgb3i was setting can_queue to only 128 commands, and was setting the can_queue and cmd_per_lun to the same value. This sets the can_queue to 1024 commands, and sets the cmd_per_lun to a safer default of 32. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed