On Thu, Sep 29, 2022 at 05:36:30PM +0530, Anuj Gupta wrote: > Create a helper blk_rq_map_user_io for mapping of vectored as well as > non-vectored requests. This will help in saving dupilcation of code at few > places in scsi and nvme. > > Signed-off-by: Anuj Gupta <anuj20.g@xxxxxxxxxxx> > Suggested-by: Christoph Hellwig <hch@xxxxxx> This looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx> but it should be early on in this series. Certainly before the fixebufs addition, and probably also before the nvme refactoring.