[PATCH v6] nvme: Skip trace complete_rq on host path error
Keith Busch
kbusch at kernel.org
Thu Apr 16 15:00:16 PDT 2026
On Thu, Apr 16, 2026 at 10:07:13AM +0900, 전민식 wrote:
> Co-authored-by: Beomsoo Kim <beomsooo.kim at samsung.com>
> Co-authored-by: Eunsoo Lee <euns212.lee at samsung.com>
> Co-authored-by: Steven Seungcheol Lee <sc108.lee at samsung.com>
...
> -void nvme_complete_rq(struct request *req)
> +void __nvme_complete_rq(struct request *req)
You're missing the "static" declaration, which was present in the
original suggestion:
https://lore.kernel.org/linux-nvme/acVCnozG1WKPkq1L@kbusch-mbp/
Should I just apply my local copy? I think it's an original patch from
me at this point.
More information about the Linux-nvme
mailing list