]> www.infradead.org Git - users/jedix/linux-maple.git/commit
[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)
committerJoe Jin <joe.jin@oracle.com>
Fri, 21 Dec 2012 03:19:34 +0000 (11:19 +0800)
commit7608a1e6b23165a52853d3584ce6bd3eb2e78824
treeb8543a26bf36b7e69c208b084e2b4396a7be6c2f
parent6f57542ea69acc2f7f94140f3e3384983d97720f
[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>
(cherry picked from commit f6e76055ba778c56716ba79e106db28297775e87)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/scsi/hpsa.c