Page MenuHomeFreeBSD

D55017.id170898.diff
No OneTemporary

D55017.id170898.diff

diff --git a/sbin/nvmecontrol/telemetry.c b/sbin/nvmecontrol/telemetry.c
--- a/sbin/nvmecontrol/telemetry.c
+++ b/sbin/nvmecontrol/telemetry.c
@@ -136,7 +136,7 @@
/* Read the log page */
size = sizeof(tlp);
off = 0;
- read_logpage(fd, NVME_LOG_TELEMETRY_HOST_INITIATED, nsid, 0, 0, 0,
+ read_logpage(fd, NVME_LOG_TELEMETRY_HOST_INITIATED, nsid, 0, 0, true,
off, 0, 0, 0, &tlp, size);
switch(opt.da) {
case 1:
@@ -158,7 +158,7 @@
do {
if (chunk > size)
chunk = size;
- read_logpage(fd, NVME_LOG_TELEMETRY_HOST_INITIATED, nsid, 0, 0, 0,
+ read_logpage(fd, NVME_LOG_TELEMETRY_HOST_INITIATED, nsid, 0, 0, true,
off, 0, 0, 0, &buf, chunk);
if (off == 0) {
/*

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 15, 4:41 AM (13 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33963841
Default Alt Text
D55017.id170898.diff (696 B)

Event Timeline