Page MenuHomeFreeBSD

D55017.diff
No OneTemporary

D55017.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
Tue, Feb 3, 6:20 PM (2 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28406503
Default Alt Text
D55017.diff (696 B)

Event Timeline