commit | 0bd4ca25ad2ace4aa717c83dbd4ed21c53c953cb | [log] [tgz] |
---|---|---|
author | James.Smart@Emulex.Com <James.Smart@Emulex.Com> | Fri Oct 28 20:30:02 2005 -0400 |
committer | James Bottomley <jejb@mulgrave.(none)> | Sat Oct 29 10:31:48 2005 -0500 |
tree | 10ae769505f9f306ea7a312663011e95019c34ef | |
parent | 4a0dfcdefb1cc81c0920dc98fbb82bb57326b16d [diff] |
[SCSI] lpfc: Fix eh_ return codes for commands Return FAILED from eh_ routines if command(s) is(are) not completed There were scenarios where we may have returned from the error handlers prior to all affected commands being flushed to the midlayer. Add changes to ensure this doesn't happen. Signed-off-by: James Smart <James.Smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>