On Thu, Jul 16, 2020 at 02:33:13PM -0600, Logan Gunthorpe wrote: > Introduce a new nvme_execute_passthru_rq() helper which calls > nvme_passthru_[start|end]() around blk_execute_rq(). This ensures > all passthru calls (including nvme_submit_io()) will be wrapped > appropriately. > > nvme_execute_passthru_rq() will also be useful for the nvmet passthru > code. > > Signed-off-by: Logan Gunthorpe <[email protected]> > Reviewed-by: Sagi Grimberg <[email protected]>
Looks good, Reviewed-by: Christoph Hellwig <[email protected]> although maybe you could have moved the code you changed in the last patch up already to not just move it after changing it in the last one.

