Skip to content

Commit

Permalink
nvme.h: remove FC transport-specific error values
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jsmart-gh authored and axboe committed Sep 25, 2017
1 parent 39a550d commit c98cb3b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions include/linux/nvme.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c98cb3b

Please sign in to comment.