commit | 6fd046f960354250de3fed411eecdb784601bbad | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Wed Oct 23 10:51:22 2013 +0200 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Oct 25 12:18:30 2013 +0100 |
tree | f51263ca495b7ce8d4f318cef6baad434c93c55f | |
parent | b45620229dd67ff1daffa8adce57f37b37860f78 [diff] |
[SCSI] scsi_error: Escalate to LUN reset if abort fails If a command abort fails there is a fair chance that all other aborts will be failing, too. So we should be calling LUN reset directly after the first failed abort and skip aborting the remaining commands. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <JBottomley@Parallels.com>