1
0
Fork 0
remarkable-linux/crypto/async_tx
Dan Williams 1f6672d44c async_tx/raid6: add missing dma_unmap calls to the async fail case
If we are unable to offload async_mult() or async_sum_product(), then
unmap the buffers before falling through to the synchronous path.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2009-09-21 10:47:40 -07:00
..
Kconfig async_tx: add support for asynchronous RAID6 recovery operations 2009-08-29 19:09:27 -07:00
Makefile async_tx: raid6 recovery self test 2009-08-29 19:09:28 -07:00
async_memcpy.c dmaengine, async_tx: support alignment checks 2009-09-08 17:42:53 -07:00
async_memset.c dmaengine, async_tx: support alignment checks 2009-09-08 17:42:53 -07:00
async_pq.c dmaengine, async_tx: support alignment checks 2009-09-08 17:42:53 -07:00
async_raid6_recov.c async_tx/raid6: add missing dma_unmap calls to the async fail case 2009-09-21 10:47:40 -07:00
async_tx.c dmaengine, async_tx: add a "no channel switch" allocator 2009-09-08 17:42:51 -07:00
async_xor.c dmaengine, async_tx: support alignment checks 2009-09-08 17:42:53 -07:00
raid6test.c raid6test: fix stack overflow 2009-09-16 21:03:29 -07:00