We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19a957f + 9802d7b commit 0a5fb35Copy full SHA for 0a5fb35
1 file changed
src/nvme/linux.c
@@ -205,6 +205,7 @@ static int nvme_get_telemetry_log(int fd, bool create, bool ctrl, bool rae,
205
telem = log;
206
if (ctrl && !telem->ctrlavail) {
207
*buf = log;
208
+ *size = xfer;
209
return 0;
210
}
211
0 commit comments