nvme: fix the name of Zone Append for verbose logging
No Management involved in Zone Appened.
Fixes: bd83fe6f2c
("nvme: add verbose error logging")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alan Adamson <alan.adamson@oracle.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
This commit is contained in:
Родитель
c7275ce6a5
Коммит
8563037977
|
@ -21,7 +21,7 @@ static const char * const nvme_ops[] = {
|
|||
[nvme_cmd_resv_release] = "Reservation Release",
|
||||
[nvme_cmd_zone_mgmt_send] = "Zone Management Send",
|
||||
[nvme_cmd_zone_mgmt_recv] = "Zone Management Receive",
|
||||
[nvme_cmd_zone_append] = "Zone Management Append",
|
||||
[nvme_cmd_zone_append] = "Zone Append",
|
||||
};
|
||||
|
||||
static const char * const nvme_admin_ops[] = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче