From: Mike Christie Date: Wed, 30 May 2007 17:57:19 +0000 (-0500) Subject: [SCSI] libiscsi: make can_queue configurable X-Git-Tag: v2.6.23-rc1~1053^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1548271ece9e9312fd5feb41fd58773b56a71d39;p=pandora-kernel.git [SCSI] libiscsi: make can_queue configurable This patch allows us to set can_queue and cmds_per_lun from userspace when we create the session/host. From there we can set it on a per target basis. The patch fully converts iscsi_tcp, but only hooks up ib_iser for cmd_per_lun since it currently has a lots of preallocations based on can_queue. Signed-off-by: Mike Christie Cc: Roland Dreier Signed-off-by: James Bottomley --- Reading git-diff-tree failed