]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme: remove zns command set opcodes from the effects log
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Thu, 4 Feb 2021 02:25:51 +0000 (07:55 +0530)
committerKeith Busch <kbusch@kernel.org>
Thu, 4 Feb 2021 15:45:06 +0000 (08:45 -0700)
Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
nvme-print.c

index c623b6f9435015bb8136f8de02122756dfab9bf3..3e3122f15fd90f84ba9f6fb8b91ca637eee32bc1 100644 (file)
@@ -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";
                }
        }