[PATCH v2 06/13] async_xor: convert to dmaengine_unmap_data

2013-10-22 Thread Dan Williams
Use the generic unmap object to unmap dma buffers. Later we can push this unmap object up to the raid layer and get rid of the 'scribble' parameter. Cc: Vinod Koul Cc: Tomasz Figa Cc: Dave Jiang Reported-by: Bartlomiej Zolnierkiewicz Signed-off-by: Dan Williams [bzolnier: minor cleanups] Sig

[PATCH v2 06/13] async_xor: convert to dmaengine_unmap_data

2013-10-18 Thread Bartlomiej Zolnierkiewicz
From: Dan Williams Use the generic unmap object to unmap dma buffers. Later we can push this unmap object up to the raid layer and get rid of the 'scribble' parameter. Cc: Vinod Koul Cc: Tomasz Figa Cc: Dave Jiang Reported-by: Bartlomiej Zolnierkiewicz Signed-off-by: Dan Williams [bzolnier