Re: [PATCH 4/5] nvme: split out metadata vs non metadata end_io uring_cmd completions
From: Christoph Hellwig <hch@infradead.org>
Date: 2022-09-27 07:50:51
Also in:
linux-nvme, linux-scsi
From: Christoph Hellwig <hch@infradead.org>
Date: 2022-09-27 07:50:51
Also in:
linux-nvme, linux-scsi
On Mon, Sep 26, 2022 at 07:44:19PM -0600, Jens Axboe wrote:
By splitting up the metadata and non-metadata end_io handling, we can remove any request dependencies on the normal non-metadata IO path. This is in preparation for enabling the normal IO passthrough path to pass the ownership of the request back to the block layer. Co-developed-by: Stefan Roesch <redacted> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Looks good: Reviewed-by: Christoph Hellwig <hch@lst.de>