aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/nvme.h
diff options
context:
space:
mode:
authorJames Smart <jsmart2021@gmail.com>2017-09-07 16:27:25 -0700
committerJens Axboe <axboe@kernel.dk>2017-09-25 08:56:05 -0600
commitc98cb3bd882119e7e1a7c8df2f1eacfcc701450b (patch)
tree603342f9378c671a9207be99635b12088e453fad /include/linux/nvme.h
parentqla2xxx: remove use of FC-specific error codes (diff)
downloadwireguard-linux-c98cb3bd882119e7e1a7c8df2f1eacfcc701450b.tar.xz
wireguard-linux-c98cb3bd882119e7e1a7c8df2f1eacfcc701450b.zip
nvme.h: remove FC transport-specific error values
The NVM express group recinded the reserved range for the transport. Remove the FC-centric values that had been defined. 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>
Diffstat (limited to 'include/linux/nvme.h')
-rw-r--r--include/linux/nvme.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index 87723c86f136..2440be32be1d 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -1127,19 +1127,6 @@ enum {
NVME_SC_UNWRITTEN_BLOCK = 0x287,
NVME_SC_DNR = 0x4000,
-
-
- /*
- * FC Transport-specific error status values for NVME commands
- *
- * Transport-specific status code values must be in the range 0xB0..0xBF
- */
-
- /* Generic FC failure - catchall */
- NVME_SC_FC_TRANSPORT_ERROR = 0x00B0,
-
- /* I/O failure due to FC ABTS'd */
- NVME_SC_FC_TRANSPORT_ABORTED = 0x00B1,
};
struct nvme_completion {