commit | 604a3e3042eb89ffaa4f735ef9208281aae786c7 | [log] [tgz] |
---|---|---|
author | James Bottomley <jejb@mulgrave.(none)> | Sat Oct 29 10:28:33 2005 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Sat Oct 29 10:28:33 2005 -0500 |
tree | 54c4ad58274b0bb79386c6c57b4849bfb92d4118 | |
parent | 21568f5387636fe2bfb9ee42383d76de11ed99c7 [diff] |
[SCSI] lpfc: Fix for "command completion for iotax x?? not found" From: James Smart <James.Smart@emulex.com> There were scenarios where the error handlers could reuse an iotag value of an active io. Remove all possibility of this by pre-assigning iotag resources to command resources. Signed-off-by: James Smart <James.Smart@emulex.com> Rejections fixed up and Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>