From: Hannes Reinecke Date: Thu, 30 Oct 2014 08:44:36 +0000 (+0100) Subject: scsi: correct return values for .eh_abort_handler implementations X-Git-Tag: v3.2.67~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27bdcd728e8a169fc27c49a7fcf238ca787eedba;p=pandora-kernel.git scsi: correct return values for .eh_abort_handler implementations commit b6c92b7e0af575e2b8b05bdf33633cf9e1661cbf upstream. The .eh_abort_handler needs to return SUCCESS, FAILED, or FAST_IO_FAIL. So fixup all callers to adhere to this requirement. Reviewed-by: Robert Elliott Signed-off-by: Hannes Reinecke Signed-off-by: Christoph Hellwig [bwh: Backported to 3.2: drop changes to esas2r] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed