commit | d188b90c48e418e102a1f42872b13dfe386ab6a7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Apr 26 09:34:20 2017 +0200 |
committer | Jens Axboe <axboe@fb.com> | Wed Apr 26 07:53:29 2017 -0600 |
tree | aa8ca3a45864182b8d6426289c22461a0472e82e | |
parent | 5136a4fd5832af12ec5e5961c52a27a524a0a9d9 [diff] |
scsi_transport_sas: always pass 0 error to blk_end_request_all The SAS transport queues are only used by bsg, and bsg always looks at the scsi_request results and never add the error passed in the end_io callback. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>