[PATCH 2/2] blk-mq-dma: bring back p2p request flags
Keith Busch
kbusch at kernel.org
Fri Aug 29 08:15:50 PDT 2025
On Fri, Aug 29, 2025 at 07:23:07AM -0700, Keith Busch wrote:
> @@ -252,7 +252,7 @@ static unsigned int bvec_from_pages(struct bio_vec *bvec, struct page **pages,
> bytes -= next;
> }
>
> - if (is_pci_p2pdma_page(page))
> + if (is_pci_p2pdma_page(pages[i]))
> *is_p2p = true;
Oh no... >_<
This part should have been folded into patch 1.
More information about the Linux-nvme
mailing list