From: Gollu Appalanaidu Date: Thu, 4 Feb 2021 02:25:51 +0000 (+0530) Subject: nvme: remove zns command set opcodes from the effects log X-Git-Tag: v1.14~111 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ad61d28d3b926855f96fb6a0f584fb7973b2357c;p=users%2Fsagi%2Fnvme-cli.git nvme: remove zns command set opcodes from the effects log Signed-off-by: Gollu Appalanaidu --- diff --git a/nvme-print.c b/nvme-print.c index c623b6f9..3e3122f1 100644 --- a/nvme-print.c +++ b/nvme-print.c @@ -91,9 +91,6 @@ static const char *nvme_cmd_to_string(int admin, __u8 opcode) case nvme_cmd_resv_release: return "Reservation Release"; case nvme_cmd_verify: return "Verify"; case nvme_cmd_copy: return "Copy"; - case nvme_zns_cmd_mgmt_send:return "Zone Management Send"; - case nvme_zns_cmd_mgmt_recv:return "Zone Management Receive"; - case nvme_zns_cmd_append: return "Zone Append"; } }