From: Brian King Date: Thu, 17 Jun 2010 18:56:03 +0000 (-0500) Subject: [SCSI] ibmvscsi: Fix possible request_limit issue X-Git-Tag: v2.6.36-rc1~570^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3a9c4d76a955e331e88992cd3b1e1498c231d52;p=pandora-kernel.git [SCSI] ibmvscsi: Fix possible request_limit issue If we encounter an error when sending a management datagram (i.e. non SCSI command, such as virtual adapter initialization command), we end up incrementing the request_limit, even though we don't decrement it for these commands. Fix this up by doing this increment in the error path for SRP commands only. Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed