From: Brian King Date: Wed, 17 Dec 2008 23:19:33 +0000 (-0600) Subject: [SCSI] ibmvscsi: Make max_requests module parameter more accurate X-Git-Tag: v2.6.29-rc1~41^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f10aae0d1a285df6b16bf6ca5abd366140fd371;p=pandora-kernel.git [SCSI] ibmvscsi: Make max_requests module parameter more accurate In a previous patch to fix an issue with error recovery, the behavior of the max_requests module paramater was also changed. If, for some reason, max_requests is set to one by the user, we will end up with a negative number for can_queue. Fix this by making max_requests not include the two event structs needed to do error recovery. Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed