mirror of
https://github.com/torvalds/linux.git
synced 2026-05-06 15:25:23 -04:00
dmam_alloc_coherent is just the default no-flags case of dmam_alloc_attrs, so take advantage of this similar to the non-managed version. Signed-off-by: Christoph Hellwig <hch@lst.de>