From 1977fbf29d1908997c546b678d53904fc8ba422e Mon Sep 17 00:00:00 2001 From: Minwoo Im Date: Wed, 10 Feb 2021 21:27:01 +0900 Subject: [PATCH] nvme: remove spurious command show 'rsvd' Remove spurious showing attribute 'rsvd'. This even is not from the user input. Signed-off-by: Minwoo Im --- nvme.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nvme.c b/nvme.c index 07416980..31fe1bb9 100644 --- a/nvme.c +++ b/nvme.c @@ -4657,7 +4657,6 @@ static int submit_io(int opcode, char *command, const char *desc, printf("flags : %02x\n", 0); printf("control : %04x\n", control); printf("nblocks : %04x\n", cfg.block_count); - printf("rsvd : %04x\n", 0); printf("metadata : %"PRIx64"\n", (uint64_t)(uintptr_t)mbuffer); printf("addr : %"PRIx64"\n", (uint64_t)(uintptr_t)buffer); printf("slba : %"PRIx64"\n", (uint64_t)cfg.start_block); -- 2.50.1