async_tx/raid6: add missing dma_unmap calls to the async fail case
authorDan Williams <dan.j.williams@intel.com>
Mon, 21 Sep 2009 17:47:40 +0000 (10:47 -0700)
committerDan Williams <dan.j.williams@intel.com>
Mon, 21 Sep 2009 17:47:40 +0000 (10:47 -0700)
commit1f6672d44c1ae7408b43c06170ec34eb0a0e9b9f
treeb8c2be522cf71512a5f9587448967d78ae31bfbf
parentcdef57dbb618608bfffda2fc32c8d0a4012a1d3a
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>
crypto/async_tx/async_raid6_recov.c