commit | 29b3d26ecc8046838de88205b7c4b182ac27ff65 | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Thu Sep 07 16:27:27 2017 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Sep 25 08:56:05 2017 -0600 |
tree | cdced2b8cc42c5dc7f91fc6069ca1d06c3234108 | |
parent | 56b7103a06083b8ce1160f8289460ba2f584e182 [diff] |
nvmet-fc: remove use of FC-specific error codes The FC-NVME target transport used the FC-specific error codes in return codes when the transport or lldd failed. Instead of using the FC-specific values, now use a generic value (NVME_SC_INTERNAL). Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>