Re: [PATCH v6] nvme: Skip trace complete_rq on host path error
From: Keith Busch
Date: Thu Apr 16 2026 - 18:02:18 EST
On Thu, Apr 16, 2026 at 10:07:13AM +0900, 전민식 wrote:
> Co-authored-by: Beomsoo Kim <beomsooo.kim@xxxxxxxxxxx>
> Co-authored-by: Eunsoo Lee <euns212.lee@xxxxxxxxxxx>
> Co-authored-by: Steven Seungcheol Lee <sc108.lee@xxxxxxxxxxx>
...
> -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.