[SCSI] hpsa: retry commands completing with status of UNSOLICITED_ABORT
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Tue, 26 Jul 2011 16:08:52 +0000 (11:08 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 27 Jul 2011 11:35:49 +0000 (15:35 +0400)
commitf6e76055ba778c56716ba79e106db28297775e87
tree641447a8d81a114905463588d21dd820a40dfbb0
parentfec62c368b9c8b05d5124ca6c3b8336b537f26f3
[SCSI] hpsa: retry commands completing with status of UNSOLICITED_ABORT

In a shared SAS setup, target devices may be reset by one of
several hosts, and outstanding commands on that device will be
completed to corresponding hosts with status of UNSOLICITED_ABORT.
Such commands should be retried instead of being treated as i/o
errors.  Also fixed a nearby spelling error.

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/hpsa.c