mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
nvme: rename CDR/MORE/DNR to NVME_STATUS_*
CDR/MORE/DNR fields are not belonging to SC in the NVMe spec, rename them to NVME_STATUS_* to avoid confusion. Signed-off-by: Weiwen Hu <huweiwen@linux.alibaba.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org>
This commit is contained in:
@@ -878,7 +878,7 @@ enum {
|
||||
NVME_SUBMIT_NOWAIT = (__force nvme_submit_flags_t)(1 << 1),
|
||||
/* Set BLK_MQ_REQ_RESERVED when allocating request */
|
||||
NVME_SUBMIT_RESERVED = (__force nvme_submit_flags_t)(1 << 2),
|
||||
/* Retry command when NVME_SC_DNR is not set in the result */
|
||||
/* Retry command when NVME_STATUS_DNR is not set in the result */
|
||||
NVME_SUBMIT_RETRY = (__force nvme_submit_flags_t)(1 << 3),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user