commit | 35038bffa87da282010b91108cadd13238bb5bbd | [log] [tgz] |
---|---|---|
author | Keith Busch <kbusch@kernel.org> | Fri Dec 06 04:50:44 2019 +0900 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jan 10 08:55:50 2020 -0700 |
tree | 577fdb3ccabc42b1c38e8ecbe93c710c7a91d335 | |
parent | 83c9c547168e8b914ea6398430473a4de68c52cc [diff] |
nvme: Translate more status codes to blk_status_t Decode interrupted command and not ready namespace nvme status codes to BLK_STS_TARGET. These are not generic IO errors and should use a non-path specific error so that it can use the non-failover retry path. Reported-by: John Meneghini <John.Meneghini@netapp.com> Cc: Hannes Reinecke <hare@suse.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>