commit | f3a9c4d76a955e331e88992cd3b1e1498c231d52 | [log] [tgz] |
---|---|---|
author | Brian King <brking@linux.vnet.ibm.com> | Thu Jun 17 13:56:03 2010 -0500 |
committer | James Bottomley <James.Bottomley@suse.de> | Tue Jul 27 12:03:47 2010 -0500 |
tree | 36b62ed69d733199b2a9aa5e864a58ada7a37aff | |
parent | 1117ef8aed95521f46dae3052c7120baae48c2bb [diff] |
[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 <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>