From: Vasu Dev Date: Fri, 16 Oct 2009 00:46:55 +0000 (-0700) Subject: [SCSI] fcoe, libfc: fix an libfc issue with queue ramp down in libfc X-Git-Tag: v2.6.33-rc1~344^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14caf44c69184ed72d46a2f883311daf27a4192f;p=pandora-kernel.git [SCSI] fcoe, libfc: fix an libfc issue with queue ramp down in libfc The cmd_per_lun value is used by scsi-ml as fall back lowest queue_depth value but in case of libfc cmd_per_lun is set to same value as max queue_depth = 32. So this patch reduces cmd_per_lun value to 3 and configures each lun with default max queue_depth 32 in fc_slave_alloc. Signed-off-by: Vasu Dev Acked-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed