dma-direct check for highmem pages in dma_direct_alloc_pages
authorChristoph Hellwig <hch@lst.de>
Sat, 26 Sep 2020 14:39:36 +0000 (16:39 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 7 Oct 2020 09:03:21 +0000 (11:03 +0200)
commit08a89c28304ae74e4c7422f784359e41a37e3e7c
treeb72d56991b23def1c1dc7fca97f409aee738f837
parent9f4df96b8781e40d0cb0e32eb3d1f6d87375adf9
dma-direct check for highmem pages in dma_direct_alloc_pages

Check for highmem pages from CMA, just like in the dma_direct_alloc path.

Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/direct.c