commit | 512317401f6a337e617ec284d20dec5fa3a951ec | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Aug 30 08:51:01 2019 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed Sep 04 11:13:20 2019 +0200 |
tree | a835b3bccfb35b7c6498d7cede836bebb05b14af | |
parent | fe9041c245196c6c61091ccc2c74b73ab9a5fc50 [diff] |
dma-mapping: always use VM_DMA_COHERENT for generic DMA remap Currently the generic dma remap allocator gets a vm_flags passed by the caller that is a little confusing. We just introduced a generic vmalloc-level flag to identify the dma coherent allocations, so use that everywhere and remove the now pointless argument. Signed-off-by: Christoph Hellwig <hch@lst.de>