[PATCH v8 20/24] blk-mq: add scatterlist-less DMA mapping helpers

Leon Romanovsky leon at kernel.org
Mon Apr 21 23:36:38 PDT 2025


On Tue, Apr 22, 2025 at 06:27:27AM +0200, Christoph Hellwig wrote:
> On Fri, Apr 18, 2025 at 09:47:50AM +0300, Leon Romanovsky wrote:
> > +#define blk_phys_to_page(_paddr) \
> > + 	(pfn_to_page(__phys_to_pfn(_paddr)))
> 
> The code can use phys_to_page now that that is provided kernel-wide
> instead this temporary helper.

Thanks, will change.



More information about the Linux-nvme mailing list