From: Stephen M. Cameron Date: Mon, 23 Sep 2013 18:33:41 +0000 (-0500) Subject: hpsa: do not discard scsi status on aborted commands X-Git-Tag: v3.2.54~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249e9834a03c3bd1f66b97f0c5ceca4ed5a2ee5b;p=pandora-kernel.git hpsa: do not discard scsi status on aborted commands commit 2e311fbabdc23b7eaec77313dc3b9a151a5407b5 upstream. We inadvertantly discarded the scsi status for aborted commands. For some commands (e.g. reads from tape drives) these can't be retried, and if we discarded the scsi status, the scsi mid layer couldn't notice anything was wrong and the error was not reported. Signed-off-by: Stephen M. Cameron Signed-off-by: James Bottomley Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed