Skip to content

Commit b1e8cfa

Browse files
ikegami-tigaw
authored andcommitted
nvme: change default output format version to 2
To update nvme-cli output version 2 only in future. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent e06fe27 commit b1e8cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nvme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ static const char *ish = "Ignore Shutdown (for NVMe-MI command)";
257257

258258
struct nvme_args nvme_args = {
259259
.output_format = "normal",
260-
.output_format_ver = 1,
260+
.output_format_ver = 2,
261261
.timeout = NVME_DEFAULT_IOCTL_TIMEOUT,
262262
};
263263

0 commit comments

Comments
 (0)