Re: [PATCH 04/11] block: Improvements to bounce-buffer handling

From: Christoph Hellwig
Date: Fri Apr 21 2017 - 07:28:31 EST


Do we want to doctor around the bio bouncing or leave it to the dma_ops
like other subsystems do? These days dma_map_* is supposed to handle
any memory we throw at it, even if that means using bounce buffers
at that level.