Re: [PATCH v2] dma-mapping: use vmalloc_to_page for vmalloc addresses

From: Christoph Hellwig
Date: Fri Jul 16 2021 - 05:35:59 EST


Technically this looks good. But given that exposing a helper
that does either vmalloc_to_page or virt_to_page is one of the
never ending MM discussions I don't want to get into that discussion
and just keep it local in the DMA code.

Are you fine with me applying this version?

---