commit | 5b138c534fda57c2ebc1e6de72578aa1d70788a6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Oct 07 11:06:09 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed Oct 07 11:07:51 2020 +0200 |
tree | 0d7aaa66000addf7ec01fa905ac274d18aa693c1 | |
parent | 08a89c28304ae74e4c7422f784359e41a37e3e7c [diff] |
dma-direct: factor out a dma_direct_alloc_from_pool helper This ensures dma_direct_alloc_pages will use the right gfp mask, as well as keeping the code for that common between the two allocators. Signed-off-by: Christoph Hellwig <hch@lst.de>