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

hch at lst.de hch at lst.de
Wed Mar 25 23:14:43 PDT 2026


> -	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.




More information about the Linux-nvme mailing list