Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c98cb3bd authored by James Smart's avatar James Smart Committed by Jens Axboe
Browse files

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: default avatarJames Smart <james.smart@broadcom.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 39a550d2
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -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 {