commit | bddd2d65a48c492d3e585e65df0be89c58b4acda | [log] [tgz] |
---|---|---|
author | Lalit Chandivade <lalit.chandivade@qlogic.com> | Fri Sep 03 15:20:53 2010 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Sun Sep 05 15:35:00 2010 -0300 |
tree | e606ba12087245ba05f62047811305edb108003e | |
parent | 77e334d240aa0a771f861656d639ea13e9fc6569 [diff] |
[SCSI] qla2xxx: Update to AER support, do early abort commands. Currently the IOs are returned back in slot reset, this could be late and can cause error handler to invoke. If error handler invokes, eh_abort fails and escalate to device/bus/host resets causing issues. The commands need to be returned back to upper layer in io_error_detected. Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>