Re: [PATCH 5/9] nvme: move the fast path nvme error and disposition helpers
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-10-13 15:13:03
Also in:
linux-nvme
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-10-13 15:13:03
Also in:
linux-nvme
On Wed, Oct 13, 2021 at 08:41:27AM -0600, Jens Axboe wrote:
I think I'll just kill this patch and check nvme_req(req)->status in the caller. If it's non-zero, just do the normal completion path and skip the batch list.
Yes, that sounds like a better approach.