[PATCH 3/3] nvme-core: mark internal passthru req REQ_QUIET
Christoph Hellwig
hch at lst.de
Sun Apr 10 23:12:02 PDT 2022
On Sun, Apr 10, 2022 at 08:12:49PM -0700, Chaitanya Kulkarni wrote:
> Mark internal passthru requests quiet in the submission path with
> RQF_QUIET flag added in the __nvme_submit_sync_cmd(). In the completion
> path, if nvme request is resulted in the error and request is marked
> RQF_QUIET then don't log the error with nvme_error_log().
This misses out on a few other internal submissions like the PCIe
queue deletion or keep alive. Probably not much of an issue, but I'll
ammend the commit log when applying it. I'll wait a bit for more
feedback but plan to send this out later this week.
More information about the Linux-nvme
mailing list