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

Christoph Hellwig hch at lst.de
Mon Apr 21 21:27:27 PDT 2025


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.




More information about the Linux-nvme mailing list