commit | b6c92b7e0af575e2b8b05bdf33633cf9e1661cbf | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Thu Oct 30 09:44:36 2014 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Wed Nov 12 11:16:08 2014 +0100 |
tree | 9330198bfa322d9dfd400cd8c52bd9d4432ddfbc | |
parent | 883a030f989a17b81167f3a181cf93d741fa98b4 [diff] |
scsi: correct return values for .eh_abort_handler implementations 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 <elliott@hp.com> Cc: <stable@vger.kernel.org> Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de>