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.