Thread (19 messages) 19 messages, 6 authors, 2026-03-27

Re: [PATCH v4] nvme: Skip trace complete_rq on host path error

From: "hch@lst.de" <hch@lst.de>
Date: 2026-03-26 06:14:47
Also in: asahi, linux-nvme, lkml

-	trace_nvme_complete_rq(req);
+	if (nvme_req(req)->status != NVME_SC_HOST_PATH_ERROR)
+		trace_nvme_complete_rq(req);
+
Please add a comment here explaining why we need the check.

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help